This commit is contained in:
邹宗楠
2025-02-10 09:16:40 +08:00
parent a6bee06006
commit 7660eeca92
2 changed files with 9 additions and 3 deletions

View File

@@ -368,6 +368,9 @@ func getCallbackMsgInfo(data string) (orderNo int64, printNo string) {
}
func changePrinterStatus(printNo string, status int) {
if printNo == "120220915001467" {
globals.SugarLogger.Debugf("------------printStatus := %s,%d", printNo, status)
}
var (
db = dao.GetDB()
)