去除功能的重复实现
This commit is contained in:
parent
3d04086eb4
commit
0bfe596889
@ -207,7 +207,6 @@ public class DeviceQuery {
|
||||
boolean isSuccess = storager.delete(deviceId);
|
||||
if (isSuccess) {
|
||||
redisCatchStorage.clearCatchByDeviceId(deviceId);
|
||||
redisCatchStorage.removeDevice(deviceId);
|
||||
JSONObject json = new JSONObject();
|
||||
json.put("deviceId", deviceId);
|
||||
return new ResponseEntity<>(json.toString(),HttpStatus.OK);
|
||||
|
Loading…
Reference in New Issue
Block a user