瀏覽代碼

fix

release_toaliyun_real
winter 2 年之前
父節點
當前提交
a5facf3072
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/park/impl/haikangweishiv2/HaiKangWeiShiV2ParkService.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/park/impl/haikangweishiv2/HaiKangWeiShiV2ParkService.java 查看文件

@@ -125,7 +125,7 @@ public class HaiKangWeiShiV2ParkService extends BaseParkService implements ParkA
String appId = "";
String parkOrderId = attribute.getString("billCode");
Date _createTime = (Date) attribute.get("enterTime");//计费时间,格式为“yyyy-MM-dd HH:mi:ss”
Date _createTime = new Date((Long) attribute.get("enterTime"));//计费时间,格式为“yyyy-MM-dd HH:mi:ss”
Date _endTime = DateUtils.getSecondsTimeAfter(attribute.getIntValue("parkPeriodTime"), _createTime);//离场时间,格式为“yyyy-MM-dd HH:mi:ss”
String payPath = "";
Integer freeMinute = (Integer)park.getVendorParamsByKey("freeMinute");


Loading…
取消
儲存