소스 검색

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