|
@@ -761,6 +761,7 @@ public class TBCrmServiceImpl extends ServiceImpl<TBCrmMapper, TBCrm> implements
|
|
|
}
|
|
|
sysCustom.insertInfo(requestUser.getId());
|
|
|
sysCustomService.save(sysCustom);
|
|
|
+ customId = sysCustom.getId();
|
|
|
}
|
|
|
} else if (sysCustomList.size() > 1) {
|
|
|
throw ExceptionResultEnum.ERROR.exception("客户数据异常 :客户名称-客户类型 不唯一\n");
|