|
@@ -92,7 +92,8 @@ public class TableServiceCmdService {
|
|
|
|
|
|
private static final Logger LOGGER = LoggerFactory.getLogger(TableServiceCmdService.class);
|
|
private static final Logger LOGGER = LoggerFactory.getLogger(TableServiceCmdService.class);
|
|
|
|
|
|
- public final AjaxResult objectSave(FormDataDto dto) {
|
|
|
|
|
|
+ @Transactional(isolation = Isolation.READ_COMMITTED, rollbackFor = Exception.class)
|
|
|
|
+ public AjaxResult objectSave(FormDataDto dto) {
|
|
// 权限校验在此方法中
|
|
// 权限校验在此方法中
|
|
TableContext context = tableContext.createContext(dto);
|
|
TableContext context = tableContext.createContext(dto);
|
|
// 拿到pkName和maxId
|
|
// 拿到pkName和maxId
|