lotdb
parent
9da2194aa6
commit
ecd196c341
|
@ -45,6 +45,7 @@ public class IotDbController {
|
|||
public Result insert(@RequestBody IotDbParam iotDbParam) throws StatementExecutionException, ServerException, IoTDBConnectionException {
|
||||
iotDbServer.insertData(iotDbParam);
|
||||
return Result.success();
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue