Commit 1e2af8dd authored by 周昊's avatar 周昊

1、修改pc端导出项目风险清单表excel列表

2、修改pc端导出风险告知卡图片
parent 42ee8357
...@@ -423,7 +423,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" ...@@ -423,7 +423,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
LEFT JOIN risk_plan_inherent_list rpil ON rpil.room_id = lr.id LEFT JOIN risk_plan_inherent_list rpil ON rpil.room_id = lr.id
LEFT JOIN risk_plan_existing_list rpel ON rpel.inherent_id = rpil.id LEFT JOIN risk_plan_existing_list rpel ON rpel.inherent_id = rpil.id
WHERE WHERE
-- rp.id = #{planId}
rpil.plan_id = #{planId} rpil.plan_id = #{planId}
AND rpil.id IS NOT NULL AND rpil.id IS NOT NULL
GROUP BY rpel.id GROUP BY rpel.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