hyingbo
2025-07-25 4788f8d86807296a3dce75b5dd428c0a8d5828db
lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/service/IMdcUserProductionService.java
@@ -65,6 +65,14 @@
     */
    List<SysUser> getUserPermsByDeviceId(String proId);
    /**
     * 通过车间id与岗位id筛选用户
     * @param post
     * @param proId
     * @return
     */
    List<SysUser> queryByPostAndProId(String post, String proId);
    MdcUserProduction getByUserIdAndGroupId(String userId, String proId);
}