Commit 23b375d5 authored by 周昊's avatar 周昊

1、修改导出excel无数据问题

parent 53a17c1c
......@@ -443,7 +443,7 @@ 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_existing_list rpel ON rpel.inherent_id = rpil.id
WHERE
rp.plan_id = #{planId}
rp.id = #{planId}
AND rpil.id IS NOT NULL
GROUP BY rpil.id
</select>
......
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