|
|
|
@@ -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"); |
|
|
|
|