This commit is contained in:
suyl
2021-08-14 15:10:58 +08:00
parent e8d7abe61b
commit 8698b920a9

View File

@@ -823,7 +823,7 @@ func GetOrders(db *DaoDB, ids []int64, isIncludeSku, isIncludeFake bool, fromDat
IF(t3.jx_sku_id > 0, t3.jx_sku_id, t3.sku_id) sku_id,
t3.count sku_count2,
t3.shop_price sku_shop_price,
--IF(t3.store_sub_id = 0, 0, t3.earning_price)
-- IF(t3.store_sub_id = 0, 0, t3.earning_price)
t3.earning_price sku_earning_price,
t3.sale_price sku_sale_price,
t3.sku_name`