Commit c9b79064 by 徐康

问题修复

parent 8ab4c95b
...@@ -528,8 +528,8 @@ public class OrderController { ...@@ -528,8 +528,8 @@ public class OrderController {
* @param * @param
* @return * @return
*/ */
@ApiAnnotation(logMessage = "reportSendOrderCount") @ApiAnnotation(logMessage = "couponOrderAutoRefund")
@GetMapping("/reportSendOrderCount") @GetMapping("/couponOrderAutoRefund")
public BaseResponse couponOrderAutoRefund() throws Exception { public BaseResponse couponOrderAutoRefund() throws Exception {
AppLogUtil.infoLog("卖券订单券过期自动退款 ",null,null); AppLogUtil.infoLog("卖券订单券过期自动退款 ",null,null);
couponOrderAutoRefundHandler.execute(null); couponOrderAutoRefundHandler.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