This commit is contained in:
suyl
2021-05-07 14:35:40 +08:00
parent 17ae45e74c
commit c844176703
2 changed files with 4 additions and 0 deletions

View File

@@ -233,6 +233,7 @@ func ChangeUnionOrder(unionOrder *model.UnionOrder, orderStatus *model.UnionOrde
var (
db = dao.GetDB()
)
globals.SugarLogger.Debugf("ChangeUnionOrder, unionorder:", utils.Format4Output(unionOrder, true))
txDB, _ := dao.Begin(db)
defer func() {
if r := recover(); r != nil {