Commit a2711b38 by 徐康

Merge branch 'feature/xukang_20211201_虚拟订单退款' into qa

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