优化异常处理以及级联设备状态查询
This commit is contained in:
@@ -181,7 +181,7 @@ public class StreamPushController {
|
||||
String name = file.getName();
|
||||
inputStream = file.getInputStream();
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
logger.error("未处理的异常 ", e);
|
||||
}
|
||||
try {
|
||||
//传入参数
|
||||
|
||||
Reference in New Issue
Block a user