mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
修正并充订单数据工具
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.jsowell.api.uniapp.customer;
|
||||
|
||||
import com.alibaba.fastjson2.JSON;
|
||||
import com.google.common.collect.ImmutableMap;
|
||||
import com.jsowell.adapay.dto.BalancePaymentRequestDTO;
|
||||
import com.jsowell.adapay.service.AdapayService;
|
||||
import com.jsowell.common.annotation.Anonymous;
|
||||
@@ -628,8 +629,8 @@ public class TempController extends BaseController {
|
||||
public RestApiResponse<?> correctCombinedChargingOrder(@RequestBody QueryOrderDTO dto) {
|
||||
RestApiResponse<?> response;
|
||||
try {
|
||||
tempService.correctCombinedChargingOrder(dto);
|
||||
response = new RestApiResponse<>();
|
||||
List<String> list = tempService.correctCombinedChargingOrder(dto);
|
||||
response = new RestApiResponse<>(ImmutableMap.of("correctOrderCodeList", list));
|
||||
} catch (Exception e) {
|
||||
logger.error("校验订单是否为并充订单error", e);
|
||||
response = new RestApiResponse<>();
|
||||
|
||||
Reference in New Issue
Block a user