- 售后单查询错误信息修改

This commit is contained in:
gazebo
2019-05-24 16:43:48 +08:00
parent 90592dbe7b
commit 551aa74d5c

View File

@@ -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 <= ?