Commit 542f72b1 authored by chenzhao's avatar chenzhao

修改代码

parent 0f7e0d07
...@@ -206,7 +206,7 @@ ...@@ -206,7 +206,7 @@
AND bzc.field_name = 'bizOrgCode' AND bzc.field_name = 'bizOrgCode'
<where> <where>
<if test="bizOrgCode != null and bizOrgCode != ''"> <if test="bizOrgCode != null and bizOrgCode != ''">
bzc.field_value = #{bizOrgCode} bzc.field_value LIKE CONCAT(#{bizOrgCode},'%')
</if> </if>
</where> </where>
GROUP BY GROUP BY
......
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