Browse Source

【修复bug】党员信息列表未显示学历信息未正常填写的党员

1.党员学历列表-党员信息统计-社区党建-分析平台
2.查询条件取消党员学历信息为空的限制
national_dev
Bill 2 years ago
parent
commit
8634e33ee1
  1. 4
      code/smart-community/epmet-module/resi-partymember/resi-partymember-server/src/main/resources/mapper/partymember/IcPartyMemberDao.xml

4
code/smart-community/epmet-module/resi-partymember/resi-partymember-server/src/main/resources/mapper/partymember/IcPartyMemberDao.xml

@ -250,8 +250,8 @@
WHERE
DEL_FLAG = '0'
<if test="null != codeType and 'education' == codeType">
AND CULTURE IS NOT NULL
AND CULTURE != ''
-- AND CULTURE IS NOT NULL
-- AND CULTURE != ''
<if test="null != code and '' != code">
AND CULTURE = #{code}
</if>

Loading…
Cancel
Save