1
This commit is contained in:
@@ -793,6 +793,10 @@ func (c *PurchaseHandler) ListOrders(ctx *jxcontext.Context, vendorOrgCode strin
|
||||
//}
|
||||
|
||||
tmpOrderIDs, _ := getAPI(vendorOrgCode, 0, vendorStoreID).EcommerceGetOrderIdByPage(vendorStoreID, queryDate, endData)
|
||||
globals.SugarLogger.Debugf("-------------------tmpOrderIDs := %s", utils.Format4Output(tmpOrderIDs, false))
|
||||
globals.SugarLogger.Debugf("-------------------queryDate := %s", utils.Format4Output(queryDate, false))
|
||||
globals.SugarLogger.Debugf("-------------------endData := %s", utils.Format4Output(endData, false))
|
||||
globals.SugarLogger.Debugf("-------------------vendorStoreID := %s", utils.Format4Output(vendorStoreID, false))
|
||||
if len(tmpOrderIDs) > 0 {
|
||||
for _, v := range tmpOrderIDs {
|
||||
orderIDs = append(orderIDs, utils.Int64ToStr(v))
|
||||
|
||||
Reference in New Issue
Block a user