From 670283a152c9cd8846c80c2f7faa20435975bf09 Mon Sep 17 00:00:00 2001 From: gazebo Date: Mon, 21 Jan 2019 17:08:53 +0800 Subject: [PATCH] - comment --- business/jxcallback/orderman/orderman_ext.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxcallback/orderman/orderman_ext.go b/business/jxcallback/orderman/orderman_ext.go index 263afbc66..f36005d9d 100644 --- a/business/jxcallback/orderman/orderman_ext.go +++ b/business/jxcallback/orderman/orderman_ext.go @@ -27,6 +27,7 @@ type tWaybillExt struct { StoreID int `json:"storeID" orm:"column(store_id)"` } +// todo 此函数可被GetOrders取代 func (c *OrderManager) GetStoreOrderInfo(ctx *jxcontext.Context, storeID string, lastHours int, fromStatus, toStatus, offset, pageSize int) (orders []*model.GoodsOrderExt, err error) { globals.SugarLogger.Debugf("GetStoreOrderInfo storeID:%s", storeID) if lastHours > maxLastHours {