1.数据库记录存在空字符串'',过滤空字符串
@ -148,6 +148,7 @@
WHERE
DEL_FLAG = '0'
AND CULTURE IS NOT NULL
AND CULTURE != ''
<choose>
<when test='orgId != "" and orgId != null'>
AND (SSZB = #{orgId} OR ORG_PIDS LIKE CONCAT('%',#{orgId},'%'))
@ -250,6 +251,7 @@
<if test="null != codeType and 'education' == codeType">
<if test="null != code and '' != code">
AND CULTURE = #{code}
</if>