设备接入出现异常直接抛出
This commit is contained in:
@@ -423,7 +423,7 @@ public class CsDeviceServiceImpl implements ICsDeviceService {
|
||||
}
|
||||
return "success";
|
||||
} catch (BusinessException e) {
|
||||
return e.getMessage();
|
||||
throw new BusinessException(e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user