From 551aa74d5cb67148c77f0dccf39892b44c869d66 Mon Sep 17 00:00:00 2001 From: gazebo Date: Fri, 24 May 2019 16:43:48 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E5=94=AE=E5=90=8E=E5=8D=95=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E9=94=99=E8=AF=AF=E4=BF=A1=E6=81=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxcallback/orderman/orderman_ext.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxcallback/orderman/orderman_ext.go b/business/jxcallback/orderman/orderman_ext.go index 44dd2f844..1c8705f35 100644 --- a/business/jxcallback/orderman/orderman_ext.go +++ b/business/jxcallback/orderman/orderman_ext.go @@ -795,7 +795,7 @@ func (c *OrderManager) GetAfsOrders(ctx *jxcontext.Context, keyword, afsOrderID, } } else { if toTime.Sub(fromTime) > 24*time.Hour*60 { - return nil, fmt.Errorf("GetAfsOrders查询时间不能超过60天") + return nil, fmt.Errorf("售后单查询时间不能超过60天") } sqlWhere = ` WHERE t1.afs_created_at >= ? AND t1.afs_created_at <= ?