Commit 2b6d4ce7 by guanzhenshan

增加平台类型字段

parent 4844f52f
...@@ -4668,7 +4668,7 @@ namespace Bailun.DC.Services ...@@ -4668,7 +4668,7 @@ namespace Bailun.DC.Services
{ {
var sqlparam = new DynamicParameters(); var sqlparam = new DynamicParameters();
var sql = "select origin_order_id,paid_time,item_id,(platform_sku_quantity_ordered-platform_sku_quantity_shipped) count,gmt_modified from dc_base_oms_platform_sku where bailun_order_status!='Canceled' and bailun_payment_status!='Canceled' and bailun_interception_status!='None' and platform_sku_quantity_ordered>platform_sku_quantity_shipped "; var sql = "select platform_type,origin_order_id,paid_time,item_id,(platform_sku_quantity_ordered-platform_sku_quantity_shipped) count,gmt_modified from dc_base_oms_platform_sku where bailun_order_status!='Canceled' and bailun_payment_status!='Canceled' and bailun_interception_status!='None' and platform_sku_quantity_ordered>platform_sku_quantity_shipped ";
if (start.HasValue) if (start.HasValue)
{ {
......
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