瀏覽代碼

文件上传排版问题

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}