|
@@ -19,7 +19,7 @@ public class GoodServiceImpl implements GoodsService {
|
|
|
@CacheFind(key = "unPayedGoods")
|
|
|
public List<Goods> getUnPayedGoods() {
|
|
|
GoodsExample example = GoodsExample.newAndCreateCriteria()
|
|
|
- .andShowTypeEqualTo("2")
|
|
|
+ .andShowTypeEqualTo("0")
|
|
|
.example();
|
|
|
example.orderBy(Goods.Column.weigh.desc());
|
|
|
return goodsMapper.selectByExample(example);
|