diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/OrderBasicInfoServiceImpl.java b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/OrderBasicInfoServiceImpl.java index 9f1b10781..6ef834f44 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/OrderBasicInfoServiceImpl.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/OrderBasicInfoServiceImpl.java @@ -1654,6 +1654,8 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService { resultMap.put("orderCode", orderBasicInfo.getOrderCode()); resultMap.put("transactionCode", orderBasicInfo.getTransactionCode()); resultMap.put("accountBalance", totalAccountAmount); + + logger.info("生成订单 result:{}", JSON.toJSONString(resultMap)); return resultMap; }