Commit ed46ff52 authored by wanghao's avatar wanghao

1 大屏端 用户点位 关联 气瓶数据展示 调整。

parent b0fa8362
...@@ -250,7 +250,7 @@ public class TDetectorUserServiceImpl implements ITDetectorUserService ...@@ -250,7 +250,7 @@ public class TDetectorUserServiceImpl implements ITDetectorUserService
sb = new StringBuilder(); sb = new StringBuilder();
TLpgDeliveryRecord lpgDeliveryRecord1 = lpgDeliveryRecords.get(1); TLpgDeliveryRecord lpgDeliveryRecord1 = lpgDeliveryRecords.get(1);
map.put("time",DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD_HH_MM_SS,lpgDeliveryRecord.getDeliveryDate())); map.put("time",DateUtils.parseDateToStr(DateUtils.YYYY_MM_DD_HH_MM_SS,lpgDeliveryRecord1.getDeliveryDate()));
map.put("title","配送记录"); map.put("title","配送记录");
sb.append("由配送人员【").append(lpgDeliveryRecord1.getDeliveryPerson()).append("】完成配送"); sb.append("由配送人员【").append(lpgDeliveryRecord1.getDeliveryPerson()).append("】完成配送");
map.put("message",sb.toString()); map.put("message",sb.toString());
......
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