Commit e3003527 authored by tangwei's avatar tangwei

怎加检查项验证

parent b242549c
......@@ -1120,7 +1120,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 ( select COUNT(p_point_inputitem.id) fROM p_point_inputitem where p_point_inputitem.point_id =pp.id) >0
AND pp.is_delete = 0
</where>
</select>
......@@ -1191,7 +1191,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 ( select COUNT(p_point_inputitem.id) fROM p_point_inputitem where p_point_inputitem.point_id =pp.id) >0
AND pp.is_delete = 0
</where>
LIMIT #{offset}, #{size}
......
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