|
@@ -82,9 +82,9 @@
|
|
|
and SECURITY_NAME LIKE '%${securityName}%'
|
|
|
</if>
|
|
|
<if test="securityInfo != null and securityInfo != ''">
|
|
|
- and SECURITY_INFO is null
|
|
|
+ and (SECURITY_INFO is null
|
|
|
OR SECURITY_INFO = ''
|
|
|
- OR REGEXP_LIKE(SECURITY_INFO,'(${securityInfo})')
|
|
|
+ OR REGEXP_LIKE(SECURITY_INFO,'(${securityInfo})'))
|
|
|
</if>
|
|
|
<if test="seqno != null">
|
|
|
and SEQNO = #{seqno}
|