...
|
...
|
@@ -89,6 +89,9 @@ public class TradeBillsServiceImpl implements ITradeBillsService { |
|
|
.mobile(req.getMobile())
|
|
|
.uid(req.getUid())
|
|
|
.validStatus(req.getValidStatus()).build();
|
|
|
sellerReqBO.setPage(req.getPage());
|
|
|
sellerReqBO.setStart(req.getStart());
|
|
|
sellerReqBO.setSize(req.getSize());
|
|
|
int total = zhimaCertMapper.selectCountByCondition(sellerReqBO);
|
|
|
if(total == 0) {
|
|
|
LOGGER.warn("queryStoredSeller with total is 0, req is {}",req);
|
...
|
...
|
|