|
@@ -90,7 +90,7 @@ public class CommentAppealServiceImpl extends ServiceImpl<CommentAppealMapper, C
|
|
|
log.info("提交申诉成功,id={}", commentAppeal.getId());
|
|
log.info("提交申诉成功,id={}", commentAppeal.getId());
|
|
|
if(orderReview != null){
|
|
if(orderReview != null){
|
|
|
orderReview.setAppealId(commentAppeal.getId().toString());
|
|
orderReview.setAppealId(commentAppeal.getId().toString());
|
|
|
- orderReviewMapper.insert(orderReview);
|
|
|
|
|
|
|
+ orderReviewMapper.updateById(orderReview);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 更新订单表的申诉状态为2(申诉中)
|
|
// 更新订单表的申诉状态为2(申诉中)
|