This commit is contained in:
邹宗楠
2022-08-25 16:23:09 +08:00
parent 2607fea55b
commit 884a27fbff
2 changed files with 8 additions and 6 deletions

View File

@@ -500,7 +500,7 @@ func (s *DefScheduler) OnOrderStatusChanged(order *model.GoodsOrder, status *mod
msghub.OnKeyOrderStatusChanged(savedOrderInfo.order)
}
// 京西云打印机打印数据
// 京西云打印机打印数据-如果门店使用京西打印机才使用如下代码块
//netprinter.PrintOrderByOrder(jxcontext.AdminCtx, order, model.PrintTypeOrder)
}
}