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