浏览代码

fix:
1.开启fxxk同步定时任务

caozixuan 1 年之前
父节点
当前提交
90b894108e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      sop-business/src/main/java/com/qmth/sop/business/service/impl/TBCrmServiceImpl.java

+ 1 - 0
sop-business/src/main/java/com/qmth/sop/business/service/impl/TBCrmServiceImpl.java

@@ -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");