| | |
| | | import com.mes.md.mapper.MachineMapper; |
| | | import com.mes.md.mapper.TaskingMapper; |
| | | import com.mes.md.service.ProjectService; |
| | | import com.mes.md.service.TaskingLogService; |
| | | import com.mes.md.service.TaskingService; |
| | | import com.mes.utils.Result; |
| | | import io.swagger.annotations.ApiOperation; |
| | |
| | | private MachineMapper machineMapper; |
| | | @Autowired |
| | | private TaskingMapper taskingMapper; |
| | | |
| | | @Autowired |
| | | private TaskingLogService taskingLogService; |
| | | @Autowired |
| | | private KBBTLensSortingMapper kBBTLensSortingMapper; |
| | | |
| | |
| | | .eq(Tasking::getGlassState,"正常") |
| | | .eq(Tasking::getState,"线上") |
| | | .ne(Tasking::getWorkState,"完工")); |
| | | taskingLogService.reportTaskingLog(); |
| | | return Result.build(200,"成功",deleteCount); |
| | | }catch (Exception e){ |
| | | return Result.build(199,"异常",machine); |