Commit 149daccd by 泽锋 李

fix 超时时间

parent 9b3f9075
......@@ -1317,7 +1317,7 @@ and t1.bailun_sku=@bailun_sku and t1.warehouse_code=@warehouse_code
and has_innersale = 0
and bailun_order_status !='Canceled'
and platform_order_type != '手工单'
", new { btime1, etime1, btime7, etime7, btime30, etime30, item.bailun_sku, item.warehouse_code }) ?? new dc_config_fba_extend_temp_dto();
", new { btime1, etime1, btime7, etime7, btime30, etime30, item.bailun_sku, item.warehouse_code },commandTimeout:0) ?? new dc_config_fba_extend_temp_dto();
_connection.Execute($@" update dc_config_fba_extend set
amount_sales_usd_1=@amount_sales_usd_1,
bailun_sku_quantity_ordered_1=@bailun_sku_quantity_ordered_1,
......@@ -1354,7 +1354,7 @@ and t1.bailun_sku=@bailun_sku and t1.warehouse_code=@warehouse_code
and has_innersale = 0
and bailun_order_status !='Canceled'
and platform_order_type != '手工单'
", new { btime_month_1, etime_month_1, btime_month_2, etime_month_2, item.bailun_sku, item.warehouse_code }) ?? new dc_config_fba_extend_temp_dto();
", new { btime_month_1, etime_month_1, btime_month_2, etime_month_2, item.bailun_sku, item.warehouse_code },commandTimeout:0) ?? new dc_config_fba_extend_temp_dto();
_connection.Execute($@" update dc_config_fba_extend set
amount_sales_usd_month_1=@amount_sales_usd_month_1,
bailun_sku_quantity_ordered_month_1=@bailun_sku_quantity_ordered_month_1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment