妈妈补贴-硬通货推广不下载
This commit is contained in:
parent
6964db17cf
commit
8bc646b752
|
@ -973,10 +973,18 @@ namespace Api.Framework.Timers
|
||||||
|
|
||||||
//}
|
//}
|
||||||
|
|
||||||
//if (order["trade_parent_id"].ToString() == "8536347047390809379")
|
if (order["trade_parent_id"].ToString() == "3005578008913950205")
|
||||||
//{
|
{
|
||||||
|
|
||||||
//}
|
}
|
||||||
|
else if (order["trade_parent_id"].ToString() == "3006644114425243017")
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
else if (order["trade_parent_id"].ToString() == "3010261971527788109")
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
if (order.ContainsKey("alipay_total_price") && double.Parse(order["alipay_total_price"].ToString()) == 0d)//不处理赠品商品,直接跳过
|
if (order.ContainsKey("alipay_total_price") && double.Parse(order["alipay_total_price"].ToString()) == 0d)//不处理赠品商品,直接跳过
|
||||||
continue;
|
continue;
|
||||||
|
@ -1107,7 +1115,7 @@ namespace Api.Framework.Timers
|
||||||
if (db_order == null)
|
if (db_order == null)
|
||||||
{
|
{
|
||||||
db_order = order.ConvertToObj<fl_order_alimama>();
|
db_order = order.ConvertToObj<fl_order_alimama>();
|
||||||
if (db_order.total_commission_rate == 0 && db_order.order_type != "饿了么") continue;
|
if (db_order.total_commission_rate == 0 && (db_order.order_type != "饿了么" && db_order.order_type != "聚划算")) continue;
|
||||||
if (order.ContainsKey("subsidy_type"))
|
if (order.ContainsKey("subsidy_type"))
|
||||||
{
|
{
|
||||||
AlimamaOrderSubsidyType subsidyType;
|
AlimamaOrderSubsidyType subsidyType;
|
||||||
|
|
Loading…
Reference in New Issue