Lius
2024-04-18 2fd5cedf6e6aedc2fdd089c38fee6194a6dea3e5
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);
}