肿瘤古方 权限
This commit is contained in:
@@ -233,6 +233,11 @@ public class AliPayServiceImpl implements AliPayService {
|
||||
userService.updateById(userInfo);
|
||||
}
|
||||
|
||||
if(collect.contains(43)||collect.contains(62)||collect.contains(124)){
|
||||
MyUserEntity userInfo = userService.getById(orderEntity.getUserId());
|
||||
userInfo.setPrescriptBPower(1);
|
||||
userService.updateById(userInfo);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user