This commit is contained in:
邹宗楠
2022-08-29 14:17:02 +08:00
parent a7c6200601
commit 690763db2c
3 changed files with 11 additions and 8 deletions

View File

@@ -383,7 +383,7 @@ func DelPrinterSeq(appID int, printNo string) (err error) {
return err
}
func DoPrint(appID int, msgID, printNo, content string, orderNo string) (err error) {
func DoPrintMsg(appID int, msgID, printNo, content string, orderNo string) (err error) {
var (
db = dao.GetDB()
)