Commit b7b25706 authored by 李腾威's avatar 李腾威

BUG 4642 4562

parent 58fac5a6
...@@ -176,7 +176,7 @@ public class TopographyService ...@@ -176,7 +176,7 @@ public class TopographyService
} }
if (!ValidationUtil.isEmpty(nodeDetailList)){ if (!ValidationUtil.isEmpty(nodeDetailList)){
Map<String, String> createDateMap = new HashMap<>(); Map<String, String> createDateMap = new HashMap<>();
createDateMap.put("name", "创建时间"); createDateMap.put("name", "更新时间");
createDateMap.put("value", DateUtils.date2LongStr(new Date())); createDateMap.put("value", DateUtils.date2LongStr(new Date()));
nodeDetail.add(createDateMap); nodeDetail.add(createDateMap);
} }
......
...@@ -304,7 +304,7 @@ ...@@ -304,7 +304,7 @@
IF ( IF (
wlesal.confirm_type <![CDATA[<>]]> '', wlesal.confirm_type <![CDATA[<>]]> '',
'已处理', '已处理',
'去确认' '未处理'
) handleStatus, ) handleStatus,
IF ( IF (
wlesal.clean_time IS NOT NULL, wlesal.clean_time IS NOT NULL,
......
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