commit
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
<where>
|
||||
<if test="name!=null">
|
||||
p.name like concat(concat('%',#{name}),'%')
|
||||
order by locate(#{name},p.name)
|
||||
</if>
|
||||
order by locate(#{name},p.name)
|
||||
</where>
|
||||
<if test=" null!= pageSize ">
|
||||
limit ${(current-1) * pageSize},${pageSize}
|
||||
|
||||
Reference in New Issue
Block a user