| | |
| | | import com.baomidou.mybatisplus.mapper.EntityWrapper; |
| | | import com.core.common.Cools; |
| | | import com.zy.asrs.entity.*; |
| | | import com.zy.asrs.mapper.ReportQueryMapper; |
| | | import com.zy.asrs.service.*; |
| | | import com.zy.asrs.service.impl.LocMastServiceImpl; |
| | | import com.zy.asrs.service.impl.OrderDetlPakinServiceImpl; |
| | | import com.zy.asrs.service.impl.OrderPakinServiceImpl; |
| | | import com.zy.asrs.task.AbstractHandler; |
| | |
| | | private OrderDetlPakinServiceImpl orderDetlPakinService; |
| | | @Autowired |
| | | private OrderDetlPakoutService orderDetlPakoutService; |
| | | @Autowired |
| | | private ReportQueryMapper reportQueryMapper; |
| | | |
| | | public ReturnT<String> start(){ |
| | | // List<Order> settleEqual6 = orderService.selectList(new EntityWrapper<Order>() |
| | |
| | | } |
| | | } |
| | | |
| | | public ReturnT<String> startAsrLocDailyLog(){ |
| | | reportQueryMapper.insertAsrLocDailyLog(); |
| | | return SUCCESS; |
| | | } |
| | | |
| | | } |