wjj 1 주 전
부모
커밋
ea5b6d3fc4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      fs-service/src/main/java/com/fs/qw/service/impl/QwExternalContactServiceImpl.java

+ 2 - 2
fs-service/src/main/java/com/fs/qw/service/impl/QwExternalContactServiceImpl.java

@@ -5879,7 +5879,7 @@ public class QwExternalContactServiceImpl extends ServiceImpl<QwExternalContactM
                         //更新客户营期是否已购字段
                         SopUserLogsInfo mapLog = new SopUserLogsInfo();
                         mapLog.setId(sop.getUserLogId());
-                        map.setIsProductBuy(2);
+                        mapLog.setIsProductBuy(2);
                         sopUserLogsInfoMapper.updateById(mapLog);
                     }
                     if (sop.getUpsellProductIds().contains(packageId.toString())) {
@@ -5898,7 +5898,7 @@ public class QwExternalContactServiceImpl extends ServiceImpl<QwExternalContactM
                         //更新客户营期是否已购字段
                         SopUserLogsInfo mapLog = new SopUserLogsInfo();
                         mapLog.setId(sop.getUserLogId());
-                        map.setIsUpsellProductBuy(2);
+                        mapLog.setIsUpsellProductBuy(2);
                         sopUserLogsInfoMapper.updateById(mapLog);
                     }
                 } catch (JSONException e) {