江南行列表查询的bug
This commit is contained in:
parent
9f9628a5d6
commit
f7021c3952
|
|
@ -67,7 +67,8 @@ public interface H5UserMapper {
|
|||
|
||||
// "<if test=\"createBy != null and createBy.trim().length() > 0 \">" +
|
||||
// " and create_by = #{createBy} " +
|
||||
// "</if>" + @ResultMap("h5UserMap")
|
||||
// "</if>" +
|
||||
@ResultMap("h5UserMap")
|
||||
@Select("<script>" +
|
||||
"select * from allowlist_detail " +
|
||||
"<where>" +
|
||||
|
|
@ -82,9 +83,7 @@ public interface H5UserMapper {
|
|||
"</if>" +
|
||||
|
||||
"</where>" +
|
||||
"<if test=\"orderBy != null\">" +
|
||||
"order by ${orderBy} " +
|
||||
"</if>" +
|
||||
"order by create_time desc " +
|
||||
"limit ${size} offset ${offset}" +
|
||||
"</script>")
|
||||
List<H5UserVO> queryH5User(H5UserQueryParam h5UserQueryParam);
|
||||
|
|
|
|||
Loading…
Reference in New Issue