..
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user