rjuqwhnt
This commit is contained in:
parent
86df17c93f
commit
8af9b645e3
@ -165,8 +165,14 @@ public class AppCommentController {
|
||||
vvCommentEntity.setSkuId(vvTradeOrderLineEntity.getSkuId());
|
||||
|
||||
VvSkuEntity vvSkuEntity = vvSkuDao.selectVvSkuById(vvTradeOrderLineEntity.getSkuId());
|
||||
if(vvSkuEntity == null){
|
||||
return ;
|
||||
}
|
||||
|
||||
VvProductEntity vvProduct = vvProductDao.selectVvProductById(vvSkuEntity.getProductId());
|
||||
if(vvProduct ==null){
|
||||
return ;
|
||||
}
|
||||
|
||||
vvCommentEntity.setProductId(vvSkuEntity.getProductId());
|
||||
vvCommentEntity.setProductTitle(vvProduct.getTitle());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user