1
This commit is contained in:
@@ -1034,6 +1034,9 @@ func (c *OrderManager) GetStoresOrderSaleInfoNew(ctx *jxcontext.Context, storeID
|
||||
if len(skuList) > 0 {
|
||||
flagVendorOrderID = skuList[0].VendorOrderID
|
||||
}
|
||||
if storeIDList[0] == 805178 {
|
||||
globals.SugarLogger.Debugf("-------skuList := %s", utils.Format4Output(skuList, false))
|
||||
}
|
||||
for k, v := range skuList {
|
||||
storeDetail, _ := dao.GetStoreDetail(db, v.StoreID, v.VendorID, "")
|
||||
if v.EarningPrice == 0 {
|
||||
|
||||
Reference in New Issue
Block a user