Commit 829077b8 authored by chenzhao's avatar chenzhao

数据已无平台单位权限 去除

parent 3aa2c524
...@@ -1082,9 +1082,6 @@ ...@@ -1082,9 +1082,6 @@
LEFT JOIN p_point_classify ppc ON ppc.point_id = p.id LEFT JOIN p_point_classify ppc ON ppc.point_id = p.id
<where> <where>
p.is_delete = 0 p.is_delete = 0
<if test="orgCode !=null and orgCode !=''">
and p.org_code = #{orgCode}
</if>
<if test="bizOrgCode !=null and bizOrgCode !=''"> <if test="bizOrgCode !=null and bizOrgCode !=''">
and p.biz_org_code like CONCAT(#{bizOrgCode},'%') and p.biz_org_code like CONCAT(#{bizOrgCode},'%')
</if> </if>
......
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