- comment
This commit is contained in:
@@ -27,6 +27,7 @@ type tWaybillExt struct {
|
|||||||
StoreID int `json:"storeID" orm:"column(store_id)"`
|
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) {
|
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)
|
globals.SugarLogger.Debugf("GetStoreOrderInfo storeID:%s", storeID)
|
||||||
if lastHours > maxLastHours {
|
if lastHours > maxLastHours {
|
||||||
|
|||||||
Reference in New Issue
Block a user