mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-22 12:48:59 +08:00
docs(PmsSpuMapper.xml): 商品按照创建时间倒叙排序
This commit is contained in:
parent
7f98af5bb0
commit
d416bfd2dd
@ -75,6 +75,7 @@
|
||||
<if test='name!=null and name neq ""'>
|
||||
AND t1.name like concat('%',#{name},'%')
|
||||
</if>
|
||||
ORDER BY t1.gmt_create DESC
|
||||
</select>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user