去除功能的重复实现

pull/311/head
648540858 2022-01-05 15:25:19 +08:00
parent dc20ccfce8
commit cea7d51139
1 changed files with 0 additions and 1 deletions

View File

@ -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);