소스 검색

文件上传排版问题

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}