Commit e1a135ca authored by 李秀明's avatar 李秀明

fix(消防巡检): 巡检列表的巡查结果显示错误

parent 6f26ca3d
...@@ -2450,10 +2450,11 @@ ...@@ -2450,10 +2450,11 @@
<select id="selectListByPatrolCheck" resultType="map"> <select id="selectListByPatrolCheck" resultType="map">
SELECT SELECT
c.* c.user_name,
ci.*
FROM FROM
p_check c p_check_input ci
LEFT JOIN p_check_input ci on ci.check_id = c.id left join p_check c on c.id = ci.check_id
LEFT JOIN p_point_classify ppc on ci .point_classify_id = ppc.id LEFT JOIN p_point_classify ppc on ci .point_classify_id = ppc.id
WHERE WHERE
ppc.equipment_id = #{id} ppc.equipment_id = #{id}
......
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