1
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user