wjj il y a 1 semaine
Parent
commit
ea5b6d3fc4

+ 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) {