|
@@ -132,6 +132,7 @@ public class GoodsController extends BaseController {
|
|
|
example.setCategoryId3(goodsCategoryId);
|
|
|
}
|
|
|
}
|
|
|
+ example.setOrderBy("update_time desc");
|
|
|
List<Goods> goodsList = goodsModel.getGoodsList(example, pager);
|
|
|
List<GoodsVO> vos = new ArrayList<>();
|
|
|
if (!CollectionUtils.isEmpty(goodsList)) {
|