|
@@ -394,7 +394,7 @@ public class StoreCommentAppealSupplementJobService {
|
|
|
try {
|
|
try {
|
|
|
CommonRating rating = commonRatingMapper.selectById(ratingId);
|
|
CommonRating rating = commonRatingMapper.selectById(ratingId);
|
|
|
if (rating != null) {
|
|
if (rating != null) {
|
|
|
-// int rows = commonRatingMapper.logicDeleteById(ratingId);
|
|
|
|
|
|
|
+ int rows = commonRatingMapper.logicDeleteById(ratingId);
|
|
|
commonRatingService.updateStoreScoreAfterDelete(rating.getBusinessId());
|
|
commonRatingService.updateStoreScoreAfterDelete(rating.getBusinessId());
|
|
|
log.info("【用户补充申诉】删除评价,ratingId={}", ratingId);
|
|
log.info("【用户补充申诉】删除评价,ratingId={}", ratingId);
|
|
|
}
|
|
}
|