|
|
@@ -203,7 +203,7 @@ public class AiReportReviewUtil {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- // 发送通知给举报人
|
|
|
+/* // 发送通知给举报人
|
|
|
String reporterPhoneId = getPhoneId(v.getReportingUserType(), v.getReportingUserId());
|
|
|
if (StringUtils.hasText(reporterPhoneId)) {
|
|
|
LifeNotice notice = new LifeNotice();
|
|
|
@@ -227,7 +227,7 @@ public class AiReportReviewUtil {
|
|
|
websocketVo.setText(JSONObject.from(notice).toJSONString());
|
|
|
webSocketProcess.sendMessage(reporterPhoneId, JSONObject.from(websocketVo).toJSONString());
|
|
|
log.info("AI审核结果通知已发送给举报人,reportId={}, phoneId={}, success={}", v.getId(), reporterPhoneId, success);
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
// 发送通知给被举报人(仅审核通过且有被举报通知内容时)
|
|
|
if (StringUtils.hasText(reportedMessage)) {
|