xiagnmu
xiaohuang 2024-05-24 22:40:14 +08:00
parent 9da2194aa6
commit ecd196c341
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ public class IotDbController {
public Result insert(@RequestBody IotDbParam iotDbParam) throws StatementExecutionException, ServerException, IoTDBConnectionException {
iotDbServer.insertData(iotDbParam);
return Result.success();
}
/**