|
@@ -546,6 +546,7 @@ public class AuthServiceImpl implements AuthService {
|
|
|
@Override
|
|
|
@Transactional(rollbackFor = BackendRuntimeException.class)
|
|
|
public String clearDevice(String id) {
|
|
|
+ log.info("用户{}清除设备信息:",id);
|
|
|
Members member = memberService.getById(id);
|
|
|
//清除设备信息
|
|
|
deviceService.clearDevice(id);
|