|
|
@@ -1114,6 +1114,7 @@ public class CmsAccountController {
|
|
|
insert.setType(2);
|
|
|
insert.setStartTime(DateTime.now());
|
|
|
insert.setExpiryTime(DateUtil.offsetMonth(DateTime.now(), 1));
|
|
|
+ insert.setBankCard(data.getBankCard());
|
|
|
//账号是否已经添加过
|
|
|
if (!insert.getAccount().contains("客服")) {
|
|
|
if (accountCommonService.checkIsDupAccount(insert.getGoodsId(), insert.getAccount())) {
|