From 6e77daa61dcd2533a359fb675d16857e52115866 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 5 Feb 2026 17:09:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D-=E5=90=8E=E5=8F=B0=E4=B8=BE?= =?UTF-8?q?=E6=8A=A5=E9=A6=96=E4=B8=AA=E9=80=97=E5=8F=B7=E5=8E=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../circle/other/app/command/dynamic/DynamicReportCmdExe.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/dynamic/DynamicReportCmdExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/dynamic/DynamicReportCmdExe.java index d01dcbf8..6b805da9 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/dynamic/DynamicReportCmdExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/dynamic/DynamicReportCmdExe.java @@ -38,7 +38,7 @@ public class DynamicReportCmdExe { dynamicReportService.save(new DynamicReport() .setApprovalStatus(0) .setDynamicContentId(content.getId()) - .setReportedContent(cmd.getReportedContent()) + .setReportedContent(cmd.getReportedContent().replaceFirst(",", "")) .setReportedUrls(cmd.getImageUrls()) .setReportedUserId(content.getCreateUser()) .setReportUserId(cmd.getReqUserId())