소스 검색

no message

ly 1 년 전
부모
커밋
bc1640cd59
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mybatis/business/BizCollectionMapper.xml

+ 1 - 1
src/main/resources/mybatis/business/BizCollectionMapper.xml

@@ -83,7 +83,7 @@
             AND com.NAME LIKE CONCAT('%',#{conditions.companyName},'%')
         </if>
         <if test="conditions.examineName != null and conditions.examineName != ''">
-            AND c.NAME LIKE CONCAT('%',#{examineName},'%')
+            AND u2.nick_name LIKE CONCAT('%',#{conditions.examineName},'%')
         </if>
         <if test="conditions.contractNo != null and conditions.contractNo != ''">
             AND input.contract_no LIKE CONCAT('%',#{conditions.contractNo},'%')