Commit ab188a0a by 周晓航

Merge branch 'feature-20210426/xxl-job上报订单微信数据-周晓航' into develop

parents c5450276 8fd1cef6
...@@ -472,7 +472,7 @@ public class OrderController { ...@@ -472,7 +472,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