新增了邀请新用户奖励功能

This commit is contained in:
1215525055@qq.com 2025-08-19 16:26:03 +08:00
parent 51591d9891
commit f278bbcdbd

View File

@ -38,7 +38,7 @@ public class UserInviteService extends DefaultBaseService {
Double money = json.getDoubleValue("money");
String title = json.getString("title");
Map<String, Object> params = new HashMap<>();
params.put("user_id", userId);
params.put("userId", userId);
params.put("type", InviteEnum.NEW_USER.getText());
Map<String, Object> data1 = dao.get(params);
if(data1 == null) {