- ActStoreSku2中添加VendorPrice

This commit is contained in:
gazebo
2019-07-31 09:44:30 +08:00
parent b225f814ec
commit 5498ea4069
2 changed files with 5 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ func GetActStoreSkuVendorInfo(db *DaoDB, actID int, vendorIDs, storeIDs, skuIDs
}
sql := fmt.Sprintf(`
SELECT t1.*,
t2.id map_id, t2.vendor_id, t2.vendor_act_id, t2.sync_status, t2.actual_act_price,
t2.id map_id, t2.vendor_id, t2.vendor_act_id, t2.sync_status, t2.actual_act_price, t2.vendor_price,
t3.vendor_store_id,
CASE t2.vendor_id
WHEN 0 THEN