ly 1 рік тому
батько
коміт
bc1640cd59

+ 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},'%')