Commit 8fd1cef6 by 周晓航

额外添加接口 测试生产的 任务触发机制

parent 80cd12d2
...@@ -435,7 +435,7 @@ public class OrderController { ...@@ -435,7 +435,7 @@ public class OrderController {
* @return * @return
*/ */
@ApiAnnotation(logMessage = "reportSendOrderCount") @ApiAnnotation(logMessage = "reportSendOrderCount")
@PostMapping("/reportSendOrderCount") @GetMapping("/reportSendOrderCount")
public BaseResponse reportSendOrderCount() throws Exception { public BaseResponse reportSendOrderCount() throws Exception {
LogUtil.info("触发订单上报",null,null); LogUtil.info("触发订单上报",null,null);
orderCountJobHandler.execute(null); orderCountJobHandler.execute(null);
......
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