|
|
|
@@ -670,6 +670,10 @@ public class WxMerchantServiceImpl implements WxMerchantService { |
|
|
|
if (hasMerchantEncode(wxMerchant)) { |
|
|
|
return new ResultData(ErrorCode.MERCHANT_CODE_IS_FOUND); |
|
|
|
} |
|
|
|
//检查品牌 |
|
|
|
if (hasMerchantBrand(wxMerchant)) { |
|
|
|
return new ResultData(ErrorCode.MERCHANT_BRAND_IS_FOUND); |
|
|
|
} |
|
|
|
} |
|
|
|
final IdWorker idWorker = IdWorker.get(); |
|
|
|
Date date = new Date(); |
|
|
|
|