bug--同步之前修改的获取用户报错和用户中心搜索报错
This commit is contained in:
@ -81,7 +81,7 @@ public interface UserBillMapper extends CoreMapper<YxUserBill> {
|
||||
"from yx_user_bill b left join yx_user u on u.uid=b.uid where 1=1 " +
|
||||
"<if test =\"category !=''\">and b.category=#{category}</if> " +
|
||||
"<if test =\"type !=''\">and b.type=#{type}</if> " +
|
||||
"<if test =\"nickname !=''\">and u.nickname= LIKE CONCAT('%',#{nickname},'%')</if> </script> ")
|
||||
"<if test =\"nickname !=''\">and u.nickname LIKE CONCAT('%',#{nickname},'%')</if> </script> ")
|
||||
List<YxUserBillDto> findAllByQueryCriteria(@Param("category") String category, @Param("type") String type,
|
||||
@Param("nickname") String nickname);
|
||||
}
|
||||
|
Reference in New Issue
Block a user