This commit is contained in:
suyl
2021-07-09 16:19:05 +08:00
parent e8ac03ce9c
commit 0a8211dd5b
2 changed files with 9 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ import (
"time"
)
func GetPrintMsg(db *DaoDB, printNo string, orderNo int64) (prints *model.PrintMsg, err error) {
func GetPrintMsgNoPage(db *DaoDB, printNo string, orderNo int64) (prints []*model.PrintMsg, err error) {
sql := `
SELECT *
FROM print_msg