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:
@@ -131,7 +131,7 @@ public class ConfirmStartChargingRequestHandler extends AbstractHandler{
|
||||
String transactionCode = "";
|
||||
try {
|
||||
if (StringUtils.equals("01", startMode)) {
|
||||
log.info("桩号:{}申请充电物理卡号:{}", pileSn, physicsCard);
|
||||
log.info("桩号:{}, 申请充电物理卡号:{}", pileSn, physicsCard);
|
||||
// 查询卡信息 根据传过来的物理卡号查询数据库中此卡信息
|
||||
PileAuthCard pileAuthCardInfo = pileAuthCardService.selectCardInfoByLogicCard(physicsCard);
|
||||
if (pileAuthCardInfo == null) {
|
||||
|
||||
@@ -2291,6 +2291,7 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
|
||||
*/
|
||||
@Override
|
||||
public Map<String, Object> generateOrderByCard(GenerateOrderDTO dto) throws Exception {
|
||||
logger.info("充电桩主动申请启动充电生成订单 param:{}", JSON.toJSONString(dto));
|
||||
// BigDecimal totalAccountAmount = BigDecimal.ZERO;
|
||||
BigDecimal accountBalance = BigDecimal.ZERO;
|
||||
String payMode;
|
||||
|
||||
Reference in New Issue
Block a user