This commit is contained in:
邹宗楠
2025-12-24 15:15:54 +08:00
parent 5b239f52d7
commit 07a783d78d
2 changed files with 6 additions and 2 deletions

View File

@@ -310,6 +310,6 @@ func (c *PrinterHandler) SetSound(ctx *jxcontext.Context, id1, id2, sound string
return err
}
func GetPrintList(printNo, printKey string, status, isOnline int, page, size int) ([]*jxprintapi.PrintList, error) {
func GetPrintList(printNo, printKey string, status, isOnline int, page, size int) ([]*jxprintapi.PrintList, int64, error) {
return api.JxPrintAPI.GetPrintList(printNo, printKey, status, isOnline, page, size)
}