Gaosheng 1 dienu atpakaļ
vecāks
revīzija
5f0f1a7814

+ 1 - 0
xinkeaboard-server/b2b2c-web/src/main/java/com/slodon/b2b2c/model/seller/StoreApplyModel.java

@@ -116,6 +116,7 @@ public class StoreApplyModel {
             String storeName = siteCategoryInfoDTO.getStoreName().trim();
             if (WebSiteConstant.MEMBER_OVERSEA.equals(siteCategoryInfoDTO.getWebSite())) {
                 StoreApplyExample example = new StoreApplyExample();
+                example.setState(StoreConst.STATE_4_STORE_OPEN);
                 example.setStoreName(storeName);
                 int count = storeApplyReadMapper.countByExample(example);
                 AssertUtil.isTrue(count > 0, "店铺名称已存在");