--修改函数失败没有回滚问题
This commit is contained in:
@ -21,4 +21,15 @@ public interface ExceptionCommonCode {
|
||||
* 执行数据库函数失败
|
||||
*/
|
||||
final BusinessCode DB_FUNCTION_EXEC_ERROR = BusinessCode.of(10511,"执行数据库函数失败:【{}】");
|
||||
|
||||
/**
|
||||
* 执行数据库函数失败
|
||||
*/
|
||||
final BusinessCode DB_FUNCTION_SAVE_EXEC_ERROR = BusinessCode.of(10512,"保存函数失败:【{}】");
|
||||
|
||||
final BusinessCode DB_FUNCTION_DELETE_EXEC_ERROR = BusinessCode.of(10513,"删除函数失败:【{}】");
|
||||
|
||||
final BusinessCode DB_FUNCTION_ENABLE_EXEC_ERROR = BusinessCode.of(10514,"启用函数失败:【{}】");
|
||||
|
||||
final BusinessCode DB_FUNCTION_DISABLE_EXEC_ERROR = BusinessCode.of(10515,"作废函数失败:【{}】");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user