1
This commit is contained in:
@@ -94,8 +94,6 @@ func MakePrintMsgOnTemp(param map[string]string, userId string) (string, error)
|
||||
if err != nil {
|
||||
return "", err
|
||||
}
|
||||
globals.SugarLogger.Debugf("========userId %s", userId)
|
||||
globals.SugarLogger.Debugf("========userId %s", utils.Format4Output(userTemp, false))
|
||||
if userTemp == nil || !isHave {
|
||||
if userTemp.TempType != "" {
|
||||
userTemp = SystemTempObj[userTemp.TempSize]
|
||||
@@ -267,8 +265,6 @@ func PrinterOrderVoice(param map[string]string, setting *model.PrintSettingObj,
|
||||
}
|
||||
|
||||
// 订单状态
|
||||
globals.SugarLogger.Debugf("param===============1 %s", utils.Format4Output(param, false))
|
||||
globals.SugarLogger.Debugf("param===============1 %d", setting.PrintSetting.WaitOrderPrint)
|
||||
switch param[model.OrderStatusPrint] {
|
||||
// 新订单(待接单)
|
||||
case utils.Int2Str(model.OrderStatusNew), "110":
|
||||
|
||||
Reference in New Issue
Block a user