新增了邀请新用户奖励功能
This commit is contained in:
parent
51591d9891
commit
f278bbcdbd
@ -38,7 +38,7 @@ public class UserInviteService extends DefaultBaseService {
|
|||||||
Double money = json.getDoubleValue("money");
|
Double money = json.getDoubleValue("money");
|
||||||
String title = json.getString("title");
|
String title = json.getString("title");
|
||||||
Map<String, Object> params = new HashMap<>();
|
Map<String, Object> params = new HashMap<>();
|
||||||
params.put("user_id", userId);
|
params.put("userId", userId);
|
||||||
params.put("type", InviteEnum.NEW_USER.getText());
|
params.put("type", InviteEnum.NEW_USER.getText());
|
||||||
Map<String, Object> data1 = dao.get(params);
|
Map<String, Object> data1 = dao.get(params);
|
||||||
if(data1 == null) {
|
if(data1 == null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user