This commit is contained in:
server
2026-01-04 16:00:48 +08:00
parent f043be61fe
commit 8d30f2bb4b
@@ -39,7 +39,7 @@ public class CultureScanHandle implements ScanHandler {
// 获取参数
String userId = params.get("userId").toString();
boolean handle = (Boolean) params.get("handle");
String activityId = "123";
String activityId = "f1452dba7a8b47d897849ebf2ca9c266";
View_user user = dao.fetch(View_user.class, Cnd.where("id", "=", userId));