Commit 55c29f0a authored by chenzhao's avatar chenzhao

Merge branch 'develop_dl_plan6_temp' of…

Merge branch 'develop_dl_plan6_temp' of http://39.98.45.134:8090/moa/amos-boot-biz into develop_dl_plan6_temp
parents bb57a4e5 b543820f
......@@ -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