lyh
2025-04-08 c4eddf6f793986516c919add6493ad2be2c63b82
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);
}