aa
This commit is contained in:
@@ -271,7 +271,7 @@ func changePrintMsg(data string) (err error) {
|
|||||||
}
|
}
|
||||||
if printMsgs, err := dao.GetPrintMsgNoPage(db, printNo, orderNo); err != nil {
|
if printMsgs, err := dao.GetPrintMsgNoPage(db, printNo, orderNo); err != nil {
|
||||||
globals.SugarLogger.Debugf("changePrintMsg err :[%v]", err)
|
globals.SugarLogger.Debugf("changePrintMsg err :[%v]", err)
|
||||||
return
|
return err
|
||||||
} else if len(printMsgs) == 0 {
|
} else if len(printMsgs) == 0 {
|
||||||
globals.SugarLogger.Debugf("changePrintMsg err ,not found printMsg printNo:[%v], orderNo :[%v]", printNo, orderNo)
|
globals.SugarLogger.Debugf("changePrintMsg err ,not found printMsg printNo:[%v], orderNo :[%v]", printNo, orderNo)
|
||||||
} else if len(printMsgs) > 0 {
|
} else if len(printMsgs) > 0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user