| | |
| | | public AjaxResult refreshBomData() throws SchedulerException, TaskException |
| | | { |
| | | try { |
| | | boolean res = apsBomHeaderJobService.syncBomDataJob(65, 1000, "FORTUNA", ""); |
| | | boolean res = apsBomHeaderJobService.syncBomDataJob(1, 1000, "", ""); |
| | | if(res){ |
| | | return success(); |
| | | }else { |
| | |
| | | public AjaxResult refreshProcessRouteData() throws SchedulerException, TaskException |
| | | { |
| | | try { |
| | | boolean res = apsStandardProcessRouteHeaderJobService.syncProcessRouteDataJob(63, 1000, "FORTUNA", ""); |
| | | boolean res = apsStandardProcessRouteHeaderJobService.syncProcessRouteDataJob(1, 1000, "", ""); |
| | | if(res){ |
| | | return success(); |
| | | }else { |