Commit e3c8c2da authored by 吴俊凯's avatar 吴俊凯

巡检计划导出修改

parent 93ae5954
...@@ -737,9 +737,9 @@ ...@@ -737,9 +737,9 @@
) AS `Finish_Status`, ) AS `Finish_Status`,
CASE CASE
WHEN a.is_ok = '1' THEN WHEN a.is_ok = '1' THEN
'合格' '正常'
WHEN a.is_ok = '2' THEN WHEN a.is_ok = '2' THEN
'不合格' '异常'
ELSE ELSE
'漏检' '漏检'
END AS isOk, END AS isOk,
......
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