|
@@ -1050,7 +1050,7 @@ public class OrderGoodsServiceImpl extends ServiceImpl<OrderGoodsMapper, OrderGo
|
|
|
|
|
|
ProfileTpVo profileTpVo = iProfileTpService.queryByGoodsId(bo.getGoodsId());
|
|
|
if(Validator.isNotEmpty(profileTpVo)){
|
|
|
- if(Validator.isNotEmpty(profileTpVo.getGoodsIds()){
|
|
|
+ if(Validator.isNotEmpty(profileTpVo.getGoodsIds())){
|
|
|
LambdaUpdateWrapper<ProfileTp> objectLambdaUpdateWrapper3 = Wrappers.lambdaUpdate();
|
|
|
objectLambdaUpdateWrapper3.eq(ProfileTp::getProfileTpId, profileTpVo.getProfileTpId());
|
|
|
objectLambdaUpdateWrapper3.set(ProfileTp::getGoodsIds, profileTpVo.getGoodsIds()+","+goodsNew.getGoodsId());
|