Lius
2025-06-17 b7dd69a4f6c63e25d7d9ff567992c9095b48919c
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);
}