修改docker-compose.yml

This commit is contained in:
CaIon
2023-12-16 21:26:05 +08:00
parent 42469cb782
commit 0226d94ea6
2 changed files with 4 additions and 3 deletions

View File

@@ -99,6 +99,7 @@ func BatchDeleteChannels(ids []int) error {
if err != nil {
// 回滚事务
tx.Rollback()
return err
}
// 提交事务
tx.Commit()