فهرست منبع

文件上传排版问题

QuietShadow 4 سال پیش
والد
کامیت
78f40ee955
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/main/java/com/steerinfo/ftp/securitytype/mapper/SecurityTypeMapper.xml

+ 2 - 2
src/main/java/com/steerinfo/ftp/securitytype/mapper/SecurityTypeMapper.xml

@@ -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}