|
@@ -758,7 +758,7 @@ public class CartClubServiceImpl implements CartClubService {
|
|
|
CmBehaviorInfoPo behaviorInfo = baseMapper.getClubSpId(cartDto.getUserId());
|
|
|
behaviorInfo.setOperateObject(1);
|
|
|
behaviorInfo.setType(7);
|
|
|
- behaviorInfo.setProductId(null != productInfo.getProductId() ? productInfo.getProductId().toString() : "");
|
|
|
+ behaviorInfo.setProductId(null != productInfo.getProductId() ? productInfo.getProductId() : null);
|
|
|
behaviorInfo.setLabel(StringUtils.isNotBlank(productInfo.getRelatedLabels()) ? productInfo.getRelatedLabels() : "");
|
|
|
baseMapper.insertBehaviorInfo(behaviorInfo);
|
|
|
}
|