Commit e070fbae authored by zhangsen's avatar zhangsen

http://36.46.149.14:5080/zentao/task-view-17164.html

字段显示与巡检记录保持一致
parent aefdbab3
......@@ -1299,8 +1299,8 @@
<select id="getCheckMissedEquipInfo" resultType="Map">
SELECT
cl.category_name AS equipName,
cl.building_name AS equipPosition,
cl.`name` AS equipName,
cl.address AS equipPosition,
'漏检' AS result,
cl.data_source_name AS remark
FROM
......@@ -1315,8 +1315,8 @@
<select id="getCheckQualifiedEquipInfo" resultType="Map">
SELECT
cl.category_name AS equipName,
cl.building_name AS equipPosition,
cl.`name` AS equipName,
cl.address AS equipPosition,
pii.name AS checkItem,
'合格' AS result,
pc.check_time AS checkDate,
......@@ -1334,8 +1334,8 @@
<select id="getCheckNotQualifiedEquipInfo" resultType="Map">
SELECT
cl.category_name AS equipName,
cl.building_name AS equipPosition,
cl.`name` AS equipName,
cl.address AS equipPosition,
pii.name AS checkItem,
'不合格' AS result,
pc.check_time AS checkDate,
......
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