docs(PmsSpuMapper.xml): 商品按照创建时间倒叙排序

This commit is contained in:
有来技术 2021-08-16 08:16:27 +08:00
parent 7f98af5bb0
commit d416bfd2dd

View File

@ -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>