This commit is contained in:
邹宗楠
2022-12-07 17:33:29 +08:00
parent 40c7ca6dca
commit be333c9feb
3 changed files with 3 additions and 2 deletions

View File

@@ -87,6 +87,7 @@ func GetPrinters(userId string, appID int, printNo, name string, status, isOnlin
if err != nil {
return nil, err
}
globals.SugarLogger.Debugf("====================%s", utils.Format4Output(printBillList, false))
for _, v := range printBillList {
page.PrintBill[v.PrintNo] = v.PrintBalance
}