update TempController

This commit is contained in:
2023-08-26 19:31:36 +08:00
parent d68f2b89e4
commit 2dc33f0870
3 changed files with 1 additions and 25 deletions

View File

@@ -124,7 +124,7 @@ public class TempController extends BaseController {
public RestApiResponse<?> batchRefund(@RequestBody QueryOrderDTO dto) {
RestApiResponse<?> response = null;
try {
orderBasicInfoService.batchRefund(dto);
// orderBasicInfoService.batchRefund(dto);
response = new RestApiResponse<>();
} catch (BusinessException e) {
logger.warn("临时订单退款接口 warn", e);