Browse Source

app兴趣群,只显示正常和禁烟

hotfix/yujt_opt
zhangyuan 5 years ago
parent
commit
22ab94b1f2
  1. 2
      epdc-cloud-property/src/main/resources/mapper/group/GroupDao.xml

2
epdc-cloud-property/src/main/resources/mapper/group/GroupDao.xml

@ -141,6 +141,7 @@
epdc_group gp epdc_group gp
WHERE WHERE
gp.DEL_FLAG = '0' gp.DEL_FLAG = '0'
AND gp.STATE IN ( 10, 15 )
AND gp.SECTION_CODE = 'interest_group' AND gp.SECTION_CODE = 'interest_group'
<if test="categoryCode != null and categoryCode != ''"> <if test="categoryCode != null and categoryCode != ''">
AND gp.CATEGORY_CODE = #{categoryCode} AND gp.CATEGORY_CODE = #{categoryCode}
@ -570,6 +571,7 @@ ORDER BY
epdc_group gp epdc_group gp
WHERE WHERE
gp.DEL_FLAG = '0' gp.DEL_FLAG = '0'
AND gp.STATE IN ( 10, 15 )
<if test="sectionCode != null and sectionCode != ''"> <if test="sectionCode != null and sectionCode != ''">
AND gp.SECTION_CODE = #{sectionCode} AND gp.SECTION_CODE = #{sectionCode}
</if> </if>

Loading…
Cancel
Save