Commit 70b8629e authored by chenzhao's avatar chenzhao

修改代码

parent 1d46510a
......@@ -246,7 +246,7 @@
and a.catalog_id in <foreach collection="catalogIds" item="catalogId" index="index" open="(" separator="," close=")" >#{catalogId}</foreach>
</if>
<if test="bizOrgCode!=null and bizOrgCode!=''">
and a.biz_org_code LIKE CONCAT (#{bizOrgCode},'%')
and #{bizOrgCode} LIKE CONCAT (a.biz_org_code ,'%')
</if>
<choose>
<when test="level == '-0' ">and a.level is null</when>
......@@ -281,7 +281,7 @@
and a.catalog_id in <foreach collection="catalogIds" item="catalogId" index="index" open="(" separator="," close=")" >#{catalogId}</foreach>
</if>
<if test="bizOrgCode!=null and bizOrgCode!=''">
and a.biz_org_code LIKE CONCAT (#{bizOrgCode},'%')
and #{bizOrgCode} LIKE CONCAT (a.biz_org_code ,'%')
</if>
<choose>
<when test="level == '-0' ">and a.level is null</when>
......
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