Commit ef83fb80 by 杜发飞

1

parent 935cf26f
......@@ -166,7 +166,7 @@ object SyncIgnite extends Sparking with Logging{
val alarmDetailKey = IgniteClient.getBinaryObject(new PrimaryKey(vehicleNo,vehicleColor,warnTime))//今日报警详情
val dailyAlarmDetail = new DailyAlarmDetail(vehicleNo,vehicleColor,vehicleInfo.getEnterpriseCode,vehicleInfo.getUseNature,
vehicleInfo.getDrivingPermitNo,vehicleInfo.getOperatingCertificateNo,vehicleInfo.getIndentifier,vehicleInfo.getClassLine,
vehicleInfo.getProvince,vehicleInfo.getCity,vehicleInfo.getArea,json.getString("appId"),json.getString("infoId"),deviceId,lon,lat,
code._1,code._2,code._3,json.getString("appId"),json.getString("infoId"),deviceId,lon,lat,
warnTime,code._4,alarmInfo.getWarningLevelCode,alarmInfo.getWarningTypeName)
IgniteClient.dailyAlarmDetailCache.withKeepBinary().put(alarmDetailKey,dailyAlarmDetail)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment