|
|
|
@ -153,7 +153,7 @@ public class AftersalesWorkOrderController extends BladeController {
|
|
|
|
|
@ApiOperationSupport(order = 2) |
|
|
|
|
@ApiOperation(value = "查询处理超时的数据", notes = "传入aftersalesWorkOrder") |
|
|
|
|
@XxlJob("syncWarehouseToNew") |
|
|
|
|
@Scheduled(cron = "0 0/1 * * * ?") |
|
|
|
|
// @Scheduled(cron = "0 0/1 * * * ?")
|
|
|
|
|
public void getIsItTimeout() { |
|
|
|
|
log.info("查询处理超时的数据>>>>>>>>"); |
|
|
|
|
aftersalesWorkOrderService.getIsItTimeout(); |
|
|
|
@ -166,7 +166,7 @@ public class AftersalesWorkOrderController extends BladeController {
|
|
|
|
|
@ApiOperationSupport(order = 2) |
|
|
|
|
@ApiOperation(value = "修改理赔工单是否可以申述", notes = "传入aftersalesWorkOrder") |
|
|
|
|
@XxlJob("modifyClaimStatus") |
|
|
|
|
@Scheduled(cron = "0 0/1 * * * ?") |
|
|
|
|
// @Scheduled(cron = "0 0/1 * * * ?")
|
|
|
|
|
public void updateModifyClaimStatus() { |
|
|
|
|
log.info("修改理赔工单是否可以申述>>>>>>>>"); |
|
|
|
|
aftersalesWorkOrderService.updateModifyClaimStatus(); |
|
|
|
|