This commit is contained in:
邹宗楠
2025-03-21 10:11:00 +08:00
parent 1f779012a2
commit e0b26ea5b8
2 changed files with 27 additions and 4 deletions

View File

@@ -368,9 +368,6 @@ 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()
)