lyh
2025-01-17 73f636092a4de604e5308a9a851f504d60a4c003
lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/mapper/xml/ProductInfoMapper.xml
@@ -11,6 +11,8 @@
        , p.UPDATE_TIME
        , p.create_by
        , p.update_by
        , (select sys_user.realname from sys_user where p.create_by=sys_user.username) as createName
        , (select sys_user.realname from sys_user where p.update_by=sys_user.username) as updateName
        from nc_product_info p
        inner join
        (select distinct product_id from nc_permission_stream where delete_flag = 0 and user_id=#{userId}) s