This commit is contained in:
邹宗楠
2022-08-25 15:42:11 +08:00
parent daaa3b0798
commit 2607fea55b

View File

@@ -499,6 +499,8 @@ func (s *DefScheduler) OnOrderStatusChanged(order *model.GoodsOrder, status *mod
}
msghub.OnKeyOrderStatusChanged(savedOrderInfo.order)
}
// 京西云打印机打印数据
//netprinter.PrintOrderByOrder(jxcontext.AdminCtx, order, model.PrintTypeOrder)
}
}