Forráskód Böngészése

Merge branch 'dev_1_2_1_20220802'

liujunchi 3 éve
szülő
commit
c1d7ec73bf

+ 1 - 1
cooleshow-user/user-biz/src/main/resources/config/mybatis/AuditReasonMapper.xml

@@ -41,7 +41,7 @@
                 and t.type_ = #{param.type}
             </if>
             <if test="param.search != null and param.search != ''">
-                and t.name like concat('%', #{param.search},'%')
+                and t.name_ like concat('%', #{param.search},'%')
             </if>
         </where>
 	</select>