Commit 9c084d53 by 周晓航

移动代码位置 规范代码

parent 1b38bed1
......@@ -60,6 +60,8 @@ public class OrderController {
private MCCafeOrderService mcCafeOrderService;
@Autowired
private OrderReportJobHandler orderReportJobHandler;
@Autowired
private OrderCountJobHandler orderCountJobHandler;
/**
* 创建订单之前校验前面排队的订单数
......@@ -467,8 +469,6 @@ public class OrderController {
}
@Autowired
private OrderCountJobHandler orderCountJobHandler;
/**
* 订单统计 上报数据
* @param
......@@ -483,9 +483,6 @@ public class OrderController {
}
/**
* TLS定时器 每天凌晨 上报昨天 门店支付记录 到 门店服务去
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment