Commit aa7c4660 authored by tangwei's avatar tangwei

修改接口

parent 5eb72f3f
......@@ -1112,6 +1112,7 @@
<if test="bizOrgCode != null and bizOrgCode != '' ">
AND PP.biz_org_code LIKE CONCAT (#{bizOrgCode},'%')
</if>
and ( select COUNT(p_point_classify.id) fROM p_point_classify where p_point_classify.point_id =pp.id) >0
AND pp.is_delete = 0
</where>
</select>
......
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