From e9d10d621e11444f08c844fa6285f56a87b8a479 Mon Sep 17 00:00:00 2001 From: louwenzhi Date: Wed, 22 Dec 2021 15:55:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E6=95=B0=E6=8D=AE=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E4=B8=8D=E9=80=80=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- task/printer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task/printer.go b/task/printer.go index 2fe9632..6c20918 100644 --- a/task/printer.go +++ b/task/printer.go @@ -61,7 +61,7 @@ func doTaskPrintRec(ctx context.Context) { var serviceOfRec = qmsvr.NewReclinerReclstService() err := serviceOfRec.CreateRecPrintInfo(task) if err !=nil{ - return + continue } } }