Lius
2024-04-28 378dc038fc63cd9003497f9a458376e781df64db
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);
}