zhangherong
2025-05-15 e511b9ab654b831842a1ced1ce7c4556c6b9d96d
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);
}