|
|
@@ -1179,7 +1179,7 @@ public class PurchaseServiceImpl implements PurchaseService {
|
|
|
if ("mall".equals(storeType)) {
|
|
|
storeid = sysConf.getStoreid();
|
|
|
pageInfo.expression(new SimpleExpression("storeid", storeid, CriterionExpression.Operator.EQ));
|
|
|
- } else {
|
|
|
+ } else if ("other".equals(storeType)) {
|
|
|
List<StoreIn> storeInfos = storeInDao.findByEnUU(uu);
|
|
|
if (CollectionUtils.isEmpty(storeInfos)) {
|
|
|
if (CollectionUtils.isEmpty(storeApplyDao.findByEnUUAndStatusOrderByAuthTimeDesc(uu, StoreApply.ApplyStatus.PASS))){
|