1.党员学历列表-党员信息统计-社区党建-分析平台 2.查询条件取消党员学历信息为空的限制
@ -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>