zhangherong
2025-07-01 3b9ced1dfa6aea8eed6a3a76ed4ff3f57bc18207
lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/mapper/xml/SysUserMapper.xml
@@ -232,5 +232,8 @@
   </select>
   <select id="getUserByWorkShopDepartId" resultType="org.jeecg.modules.system.entity.SysUser">
      select * from sys_user where del_flag = 0 and id in (select user_id from mom_eam_work_shop_depart_user where work_shop_depart_id = #{workShopDepartId})
      <if test="username!=null and username!=''">
         and username = #{username}
      </if>
   </select>
</mapper>