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:
@@ -181,7 +181,7 @@ public class ConfirmStartChargingRequestHandler extends AbstractHandler{
|
||||
* VIN码启动充电
|
||||
*/
|
||||
if (StringUtils.equals("03", startMode)) {
|
||||
log.info("桩号:{}申请充电VIN码:{}", pileSn, vinCode);
|
||||
log.info("桩号:{}, 申请充电VIN码:{}", pileSn, vinCode);
|
||||
// 通过vin码查询数据库绑定用户信息
|
||||
MemberPlateNumberRelation plateInfo = memberPlateNumberRelationService.getMemberPlateInfoByVinCode(vinCode);
|
||||
if (plateInfo == null) {
|
||||
|
||||
Reference in New Issue
Block a user