- IPrinterHandler添加EmptyPrintList与PlayText

- 易联云打印机播放:用户申请取消订单请注意查看,收到新的售后单请查看
This commit is contained in:
gazebo
2019-07-19 17:09:56 +08:00
parent 09da354c85
commit 3c94651b2b
8 changed files with 73 additions and 0 deletions

View File

@@ -348,6 +348,7 @@ func (s *DefScheduler) OnOrderStatusChanged(order *model.GoodsOrder, status *mod
if status.Status == model.OrderStatusApplyCancel {
utils.CallFuncAsync(func() {
weixinmsg.NotifyUserApplyCancel(savedOrderInfo.order, status.Remark)
netprinter.NofityOrderStatus(jxcontext.AdminCtx, jxutils.GetSaleStoreIDFromOrder(order), order.VendorOrderID, netprinter.PrinterNotifyUserApplyCancel)
})
}
msghub.OnKeyOrderStatusChanged(savedOrderInfo.order)