This commit is contained in:
邹宗楠
2023-10-25 09:51:06 +08:00
parent 211513b137
commit 74339b920d
3 changed files with 6 additions and 6 deletions

View File

@@ -496,12 +496,6 @@ func (s *DefScheduler) OnOrderStatusChanged(order *model.GoodsOrder, status *mod
}
msghub.OnKeyOrderStatusChanged(savedOrderInfo.order)
}
// 京西云打印机打印数据-如果门店使用京西打印机才使用如下代码块
//store, _ := dao.GetStoreDetail(dao.GetDB(), order.JxStoreID, order.VendorID, order.VendorOrgCode)
//if err == nil && store.PrinterVendorID == model.VendorIDJxprint {
// netprinter.PrintOrderByOrder(jxcontext.AdminCtx, order, model.PrintTypeOrder, nil)
//}
}
}
return err