This commit is contained in:
邹宗楠
2025-02-08 09:46:48 +08:00
parent 93aaf0f58a
commit 3cb005011c
3 changed files with 9 additions and 3 deletions

View File

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