Authored by chenchao

fix

... ... @@ -199,7 +199,7 @@ public class SkupListService {
}
int offset = (request.getPage() - 1) * limit;
List<SellerOrderGoods> sogList = sellerOrderGoodsViewMapper.selectNotEntryListByUidStatus(request.getUid(),
skupTypes, statusList, offset, limit);
statusList, skupTypes, offset, limit);
//TODO 可以提前计算 total offset limit三者之间的关系,减少一次网络I
if (CollectionUtils.isEmpty(sogList)){
logger.warn("seller get order list SellerOrderGoods is empty,req {}", request);
... ...