Lius
2024-07-08 4e5af86ad91040f4c9a2656396079b7192c8bdcf
lxzn-module-system/lxzn-system-biz/src/main/java/org/jeecg/modules/system/mapper/MdcProductionMapper.java
@@ -34,4 +34,11 @@
     * @return
     */
    String findFirstProduction(@Param("userId") String userId, @Param("productionId") String productionId);
    /**
     * 根据用户id查询用户工段权限
     * @param userId
     * @return
     */
    String findThreeProductionId(@Param("userId") String userId);
}