This commit is contained in:
2023-07-27 16:57:42 +08:00
parent 36aa58bd6b
commit 3680782a0b
2 changed files with 7 additions and 9 deletions

View File

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