|
@@ -1151,6 +1151,11 @@ public class CmsAccountController {
|
|
|
insert.setRelateEmail(data.getRelateEmail());
|
|
insert.setRelateEmail(data.getRelateEmail());
|
|
|
//验证链接
|
|
//验证链接
|
|
|
insert.setVerifyLink(data.getVerifyLink());
|
|
insert.setVerifyLink(data.getVerifyLink());
|
|
|
|
|
+ if (StrUtil.isNotEmpty(data.getOutsidePurchaseStr())) {
|
|
|
|
|
+ if (data.getOutsidePurchaseStr().equals("是") || data.getOutsidePurchaseStr().equals("1")) {
|
|
|
|
|
+ insert.setOutsidePurchase(true);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
//账号是否已经添加过
|
|
//账号是否已经添加过
|
|
|
if (!insert.getAccount().contains("客服")) {
|
|
if (!insert.getAccount().contains("客服")) {
|
|
|
if (accountCommonService.checkIsDupAccount(insert.getGoodsId(), insert.getAccount())) {
|
|
if (accountCommonService.checkIsDupAccount(insert.getGoodsId(), insert.getAccount())) {
|