From f67a3067f1e9d3ac454564a760fde7bbac47866b Mon Sep 17 00:00:00 2001 From: zhangxin Date: Wed, 11 May 2022 16:44:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=A9=BA=E6=8C=87=E9=92=88?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/pln/implments/CustOrderLogic.service.impl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/pln/implments/CustOrderLogic.service.impl.go b/services/pln/implments/CustOrderLogic.service.impl.go index 4f097e4..8baa1a7 100644 --- a/services/pln/implments/CustOrderLogic.service.impl.go +++ b/services/pln/implments/CustOrderLogic.service.impl.go @@ -1009,7 +1009,7 @@ func (impl *CustOrderServiceImplement) RepairReleaseFailedTask(user *global.User return grmi.NewBusinessError("查询客户订单数据失败, 错误:" + err.Error()) } if len(statusLi) == 0 { - return grmi.NewBusinessError("不存在派工失败的客户订单, 错误:" + err.Error()) + return grmi.NewBusinessError("不存在派工失败的客户订单") } channel, exist := common.ReleaseTaskChannel[user.PlantNr] if !exist {