mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
加日志
This commit is contained in:
@@ -2511,6 +2511,7 @@ public class OrderBasicInfoServiceImpl implements OrderBasicInfoService {
|
||||
*/
|
||||
@Override
|
||||
public Map<String, Object> generateOrderForThirdParty(QueryStartChargeDTO dto) {
|
||||
logger.info("联联平台生成订单param:{}", JSON.toJSONString(dto));
|
||||
// 获取到第三方平台类型
|
||||
String operatorId = dto.getOperatorId();
|
||||
String type = ThirdPartyOperatorIdEnum.getTypeByOperatorId(operatorId);
|
||||
@@ -2590,7 +2591,7 @@ public class OrderBasicInfoServiceImpl implements OrderBasicInfoService {
|
||||
resultMap.put("orderBasicInfo", orderBasicInfo);
|
||||
resultMap.put("orderDetail", orderDetail);
|
||||
// resultMap.put("accountBalance", totalAccountAmount);
|
||||
|
||||
logger.info("联联平台生成订单result:{}", JSON.toJSONString(resultMap));
|
||||
return resultMap;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user