This commit is contained in:
邹宗楠
2022-08-25 16:10:01 +08:00
parent be87623211
commit 66db5867a4
49 changed files with 2364 additions and 649 deletions

View File

@@ -243,6 +243,6 @@ func GetPrinterReport(c *gin.Context, tokenInfo *model.TokenInfo) (getPrinterRep
}
// DeletePrintMsg 删除打印机打印消息
func DeletePrintMsg(printNos []string) error {
func DeletePrintMsg(printNos string) error {
return dao.DeletePrinterMsg(printNos)
}