Lius
2025-06-20 e096d728a44eb0c92a107dff8711092fc69d3026
lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/mapper/MdcUserProductionMapper.java
@@ -48,4 +48,12 @@
     * @return
     */
    List<SysUser> getUserPermsByDeviceId(String deviceId);
    /**
     * 通过车间id与岗位id筛选用户
     * @param post
     * @param proId
     * @return
     */
    List<SysUser> queryByPostAndProId(@Param("post") String post, @Param("proId") String proId);
}