From 85d79601323db0ed9ab235e3648cc781719be58f Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Wed, 30 Apr 2025 15:56:31 +0800
Subject: [PATCH] refactor(febs): 修改活动更新接口参数

---
 src/main/resources/templates/febs/views/modules/socialCircle/discountUpdate.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/templates/febs/views/modules/socialCircle/discountUpdate.html b/src/main/resources/templates/febs/views/modules/socialCircle/discountUpdate.html
index 09bcd61..83d91dd 100644
--- a/src/main/resources/templates/febs/views/modules/socialCircle/discountUpdate.html
+++ b/src/main/resources/templates/febs/views/modules/socialCircle/discountUpdate.html
@@ -252,8 +252,9 @@
 
 
         form.on('submit(sc-discount-update-form-submit)', function (data) {
-            data.field.groupId = scGroup.getValue('valueStr');
-            data.field.textRemark = editor.txt.html();
+            data.field.categoryId = scGroup.getValue('valueStr');
+            data.field.memberId = scMember.getValue('valueStr');
+            data.field.content = editor.txt.html();
             $.ajax({
                 'url':ctx + 'admin/socialCircle/activityUpdate',
                 'type':'post',

--
Gitblit v1.9.1