This commit is contained in:
邹宗楠
2022-08-25 18:25:33 +08:00
parent 9b79260f74
commit 1cf05ef903
4 changed files with 17 additions and 13 deletions

View File

@@ -44,7 +44,7 @@ func (s *DefScheduler) OnAfsOrderNew(order *model.AfsOrder, isPending bool) (err
if err2 != nil {
return err
}
netprinter.PrintOrderByOrder(jxcontext.AdminCtx, orderObj, model.PrintTypeOrder)
netprinter.PrintOrderByOrder(jxcontext.AdminCtx, orderObj, model.PrintAfsOrder)
}
}