ly vor 1 Jahr
Ursprung
Commit
bc1640cd59
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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},'%')