This commit is contained in:
邹宗楠
2023-11-30 09:20:23 +08:00
parent 9476575dc8
commit d61b4eb0a7
2 changed files with 5 additions and 2 deletions

View File

@@ -1707,6 +1707,9 @@ func (s *DefScheduler) notifyNewOrder(order *model.GoodsOrder, isAuto bool) {
if order.Flag&model.OrderFlagMaskFake == 0 && order.VendorID != model.VendorIDEBAI {
utils.CallFuncAsync(func() {
// order = setFakeActualPayPrice(order)
if order.VendorStoreID == "7290541" {
globals.SugarLogger.Debugf("==================test := %s", utils.Format4Output(order, false))
}
netprinter.PrintOrderByOrder(jxcontext.AdminCtx, order, model.PrintTypeOrder, nil)
//目前暂且认为AdjustCount > 0 就是调整单
if order.AdjustCount > 0 {