فهرست منبع

Merge branch 'saas_2022_05_17_activity' into master_saas

hgw 3 سال پیش
والد
کامیت
e2afca6b09
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/TempLittleArtistTrainingCampMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/TempLittleArtistTrainingCampMapper.xml

@@ -132,7 +132,7 @@
             <if test="param.search != null ">
                 AND (
                 d.`id_` LIKE CONCAT('%', #{param.search},'%')
-                OR d.`name_` LIKE CONCAT('%', #{param.search},'%')
+                OR d.`username_` LIKE CONCAT('%', #{param.search},'%')
                 OR d.`phone_` LIKE CONCAT('%', #{param.search},'%')
                 )
             </if>