This commit is contained in:
邹宗楠
2022-10-25 17:32:48 +08:00
parent c54f238003
commit 52d44d7f67

View File

@@ -241,7 +241,7 @@ func (c *PrinterHandler) PrintOrder(ctx *jxcontext.Context, store *model.Store,
if len(order.Skus) == 0 { if len(order.Skus) == 0 {
return return
} }
var printData map[string]string var printData = make(map[string]string, 0)
printData[AppID] = "1000" // 菜市应用 printData[AppID] = "1000" // 菜市应用
switch printType { switch printType {
case "order": // 订单状态 case "order": // 订单状态