1
This commit is contained in:
@@ -712,6 +712,7 @@ func GetActMtwmVendorPage(db *DaoDB, storeIDs, skuIDs []int, keyword string, beg
|
|||||||
SELECT SQL_CALC_FOUND_ROWS b.name store_name ,a.*
|
SELECT SQL_CALC_FOUND_ROWS b.name store_name ,a.*
|
||||||
FROM act_mtwm_vendor a
|
FROM act_mtwm_vendor a
|
||||||
LEFT JOIN store b ON a.store_id = b.id
|
LEFT JOIN store b ON a.store_id = b.id
|
||||||
|
WHERE 1 = 1
|
||||||
`
|
`
|
||||||
sqlParams := []interface{}{}
|
sqlParams := []interface{}{}
|
||||||
if len(storeIDs) > 0 {
|
if len(storeIDs) > 0 {
|
||||||
|
|||||||
@@ -661,7 +661,6 @@ func (c *PurchaseHandler) ListOrders(ctx *jxcontext.Context, vendorOrgCode strin
|
|||||||
} else {
|
} else {
|
||||||
tmpOrderIDs, err = getAPI(vendorOrgCode, 0, vendorStoreID).GetOrderIdByDaySeq(vendorStoreID, queryDate, seqStart, seqEnd)
|
tmpOrderIDs, err = getAPI(vendorOrgCode, 0, vendorStoreID).GetOrderIdByDaySeq(vendorStoreID, queryDate, seqStart, seqEnd)
|
||||||
}
|
}
|
||||||
globals.SugarLogger.Debugf("============tmpOrderIDs := %s", utils.Format4Output(tmpOrderIDs, false))
|
|
||||||
if len(tmpOrderIDs) > 0 {
|
if len(tmpOrderIDs) > 0 {
|
||||||
for _, v := range tmpOrderIDs {
|
for _, v := range tmpOrderIDs {
|
||||||
orderIDs = append(orderIDs, utils.Int64ToStr(v))
|
orderIDs = append(orderIDs, utils.Int64ToStr(v))
|
||||||
|
|||||||
Reference in New Issue
Block a user