mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update
This commit is contained in:
@@ -403,7 +403,7 @@ public class OrderController extends BaseController {
|
||||
RestApiResponse<?> response = null;
|
||||
try {
|
||||
ChargeAlgorithmRecord record = chargeAlgorithmRecordService.queryRecordByOrderCode(orderCode);
|
||||
response = new RestApiResponse<>(record);
|
||||
response = new RestApiResponse<>(ImmutableMap.of("ChargeAlgorithmRecord", record));
|
||||
} catch (Exception e) {
|
||||
logger.error("查询电池充电报告 error, ", e);
|
||||
response = new RestApiResponse<>(e);
|
||||
|
||||
Reference in New Issue
Block a user