Commit 7ac2806a authored by chenzhao's avatar chenzhao

修改代码

parent 077fa07f
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
and FIND_IN_SET(#{dangerId}, t.dangerIds) and FIND_IN_SET(#{dangerId}, t.dangerIds)
</if> </if>
<if test="bizOrgCode != null and bizOrgCode != ''"> <if test="bizOrgCode != null and bizOrgCode != ''">
d.biz_org_code LIKE CONCAT(#{bizOrgCode},'%') and d.biz_org_code LIKE CONCAT(#{bizOrgCode},'%')
</if> </if>
</trim> </trim>
</select> </select>
...@@ -188,7 +188,7 @@ ...@@ -188,7 +188,7 @@
and FIND_IN_SET(#{dangerId}, t.dangerIds) and FIND_IN_SET(#{dangerId}, t.dangerIds)
</if> </if>
<if test="bizOrgCode != null and bizOrgCode != ''"> <if test="bizOrgCode != null and bizOrgCode != ''">
d.biz_org_code LIKE CONCAT(#{bizOrgCode},'%') and d.biz_org_code LIKE CONCAT(#{bizOrgCode},'%')
</if> </if>
</trim> </trim>
order by ${orderBy} order by ${orderBy}
......
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