Fix oracle table edit error

This commit is contained in:
SwallowGG
2023-11-03 16:04:35 +08:00
parent b7ddff2022
commit e1cbe0293c
19 changed files with 69 additions and 19 deletions

View File

@ -110,7 +110,7 @@ public class RdbDmlController {
//connection.commit();
return DataResult.of(resultVOS.get(0));
}else {
connection.rollback();
//connection.rollback();
return DataResult.of(executeResult);
}
} catch (Exception e) {