修改docker-compose.yml
This commit is contained in:
@@ -99,6 +99,7 @@ func BatchDeleteChannels(ids []int) error {
|
||||
if err != nil {
|
||||
// 回滚事务
|
||||
tx.Rollback()
|
||||
return err
|
||||
}
|
||||
// 提交事务
|
||||
tx.Commit()
|
||||
|
||||
Reference in New Issue
Block a user