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