Authored by mali

Merge branch 'master' into test6.9.24

@@ -236,12 +236,6 @@ public class MerchantServiceImpl { @@ -236,12 +236,6 @@ public class MerchantServiceImpl {
236 return new PageResponseBO<>(); 236 return new PageResponseBO<>();
237 } 237 }
238 } 238 }
239 -  
240 - if (CollectionUtils.isEmpty(uids) && null == req.getOrderCode()) { // 数据量太大,必须带上uid或者订单号  
241 - LOGGER.info("method earnestList in uids or ordercode is null. req is {}", req);  
242 - return new PageResponseBO<>();  
243 - }  
244 -  
245 int total = mapper.selectMerchantInfoCount(CollectionUtils.isEmpty(uids)?null:uids, stratTime, endTime, req.getStateList(),req.getOrderCode()); 239 int total = mapper.selectMerchantInfoCount(CollectionUtils.isEmpty(uids)?null:uids, stratTime, endTime, req.getStateList(),req.getOrderCode());
246 if(total == 0) { 240 if(total == 0) {
247 return new PageResponseBO<>(); 241 return new PageResponseBO<>();