修改docker-compose.yml

This commit is contained in:
CaIon
2023-12-18 23:46:04 +08:00
parent 3b0b139c49
commit 2b48477d2e
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -99,6 +99,7 @@ func BatchDeleteChannels(ids []int) error {
if err != nil {
// 回滚事务
tx.Rollback()
return err
}
// 提交事务
tx.Commit()