| | |
| | | List<String> recursionChildren(@Param("productionId") String productionId); |
| | | |
| | | /** |
| | | * 一组id递归所有子节点 |
| | | */ |
| | | List<String> recursionChildrenByList(@Param("productionIds") List<String> productionIds); |
| | | |
| | | /** |
| | | * 根据用户id和车间id获取用户拥有的车间id |
| | | * @param userId |
| | | * @param productionId |
| | |
| | | * @return |
| | | */ |
| | | List<MdcProduction> findAllProductionId(@Param("userId") String userId); |
| | | |
| | | List<String> findChildren(@Param("mdcProductionIds") List<String> mdcProductionIds); |
| | | |
| | | List<MdcProduction> loadProductionOptions(@Param("userId") String userId, @Param("productionId") String productionId); |
| | | |
| | | List<String> findTeamValue(@Param("userId") String userId, @Param("productionList") List<String> productionList); |
| | | |
| | | List<String> findProIdsByUId(@Param("userId") String userId, @Param("allProductionIds") List<String> allProductionIds); |
| | | |
| | | List<String> findChildByProId(@Param("productionId") String productionId); |
| | | |
| | | String findProName(@Param("equipmentId") String equipmentId); |
| | | } |