debug:绑定报错
This commit is contained in:
parent
e2b9f18a21
commit
f045bbbb4d
|
@ -889,8 +889,8 @@ public class DeviceServiceImpl implements DeviceService
|
|||
ServiceUtil.assertion(record != 1, "添加绑定记录失败");
|
||||
|
||||
// 用户设置为商户
|
||||
boolean changeType = userService.changeType(userId, UserType.MCH);
|
||||
ServiceUtil.assertion(record != 1, "修改用户类型失败");
|
||||
// boolean changeType = userService.changeType(userId, UserType.MCH);
|
||||
// ServiceUtil.assertion(record != 1, "修改用户类型失败");
|
||||
|
||||
return updateCount;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user