mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
update
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user