提交 73c604a2 authored 作者: 任建宇's avatar 任建宇

shan

上级 29ae01b4
......@@ -43,7 +43,7 @@ public interface ShopCommodityMapper extends BaseMapper<ShopCommodity> {
+ "#{id}"
+ "</foreach>"
+ "</if>"
+ " ORDER BY (case when currentprice >=sellingprice then 2 else 1 end)asc, bookname desc"
+ " ORDER BY (case when currentprice >=sellingprice then 2 else 1 end)asc, bookname desc,a.id"
+ "</script>")
List<ShopCommodityVo> page(@Param("form")ShopCommodityForm form);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论