fixbug 上传日志问题,fixbug 场馆未开放不提示问题
This commit is contained in:
@@ -117,7 +117,7 @@ public class AdminNettyController extends BaseApiController {
|
||||
if (!DeviceStatusEnum.ONLINE.value.equals(device.getStatus())){
|
||||
throw new ServiceException("设备离线!请检查连接");
|
||||
}
|
||||
messageService.testLoad(device.getName(),device.getVenueId());
|
||||
messageService.uploadLog(device.getName(),device.getVenueId());
|
||||
return ResponseDTO.ok();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user