Commit 21a6cb98 authored by taabe's avatar taabe

危险因素关联巡检点列表巡检项添加状态字段

parent 8feee7ee
......@@ -77,7 +77,7 @@
sd.department_name as depName,
su.name as username,
su.telephone as tel,
group_concat(pii.name) as inputItems
group_concat(concat(pii.name, '##', a.state) SEPARATOR <![CDATA[ '\n' ]]>) as inputItems
from
f_fmea_point_inputitem a
inner join
......
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