Commit 22274799 authored by chenhao's avatar chenhao

需求5962 开发

parent 1aae09bb
......@@ -973,7 +973,7 @@
a.biz_info
from p_latent_danger a
<where>
deleted = 0
deleted = 0 and instance_id is not null
<foreach collection="paramMap" index="key" item="value">
<if test="key == 'bizType' and value != null and value != ''">
and a.biz_type = #{value}
......
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