This commit is contained in:
邹宗楠
2022-08-25 17:37:09 +08:00
parent 884a27fbff
commit 6f1301fa24

View File

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