Browse Source

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

caozixuan 1 year ago
parent
commit
90b894108e

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