Browse Source

处理数据错误不退出

pull/93/head
娄文智 3 years ago
parent
commit
e9d10d621e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      task/printer.go

+ 1
- 1
task/printer.go View File

@ -61,7 +61,7 @@ func doTaskPrintRec(ctx context.Context) {
var serviceOfRec = qmsvr.NewReclinerReclstService() var serviceOfRec = qmsvr.NewReclinerReclstService()
err := serviceOfRec.CreateRecPrintInfo(task) err := serviceOfRec.CreateRecPrintInfo(task)
if err !=nil{ if err !=nil{
return
continue
} }
} }
} }


Loading…
Cancel
Save