liujunchi 2 éve
szülő
commit
e6de4b7f5e

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

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