| | |
| | | * @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); |
| | | } |