This commit is contained in:
邹宗楠
2022-12-16 12:44:58 +08:00
parent 4931198e98
commit 5e7533cc67
3 changed files with 4 additions and 1 deletions

View File

@@ -61,5 +61,6 @@ func (p PrintNotice) SelectPrintNotice(param *editionModel.QueryPrintNotice) ([]
txDb.Rollback()
return nil, 0, err
}
defer txDb.Commit()
return result, countInfo[0].Ct, nil
}