hyingbo
4 天以前 6da57b610d97be3f79084d43440e7823d707b249
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);
}