Commit 2ecb096f authored by litengwei's avatar litengwei

机场巡检记录改造

parent 03061535
...@@ -1131,8 +1131,6 @@ public class PointServiceImpl implements IPointService { ...@@ -1131,8 +1131,6 @@ public class PointServiceImpl implements IPointService {
if (departmentBos != null && departmentBos.size() > 0) { if (departmentBos != null && departmentBos.size() > 0) {
for (int i = 0; i < departmentBos.size(); i++) { for (int i = 0; i < departmentBos.size(); i++) {
point.put("departmentName", departmentBos.get(i).get("departmentName")); point.put("departmentName", departmentBos.get(i).get("departmentName"));
} }
} }
......
...@@ -326,7 +326,10 @@ ...@@ -326,7 +326,10 @@
p.id, p.id,
p.route_name routeName, p.route_name routeName,
p.point_no pointNo, p.point_no pointNo,
p.NAME pointName, p.name pointName,
p.address,
p.level,
p.status,
(CASE p.is_fixed (CASE p.is_fixed
WHEN 1 THEN WHEN 1 THEN
'固定点' '固定点'
......
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