|
|
@@ -446,9 +446,9 @@ public class StoreCommentAppealSupplementJobService {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- if (rating != null && rating.getBusinessType() == 1) {
|
|
|
- updateStoreScore(rating.getBusinessId());
|
|
|
- }
|
|
|
+// if (rating != null && rating.getBusinessType() == 1) {
|
|
|
+// updateStoreScore(rating.getBusinessId());
|
|
|
+// }
|
|
|
} catch (Exception e) {
|
|
|
log.error("【用户补充申诉】删除评价和评论异常,ratingId={}", ratingId, e);
|
|
|
}
|