Commit e4a1056b by guanzhenshan

调整利润数据

parent 0068f174
......@@ -1788,9 +1788,7 @@ namespace Bailun.DC.Services
}
sql += " where tb.bailun_order_status!='Canceled' and ((tb.platform_type!='FBA' and tb.bailun_order_status!='CantHandle') or tb.platform_type='FBA') and tb.has_scalp=0 and tb.has_innersale=0 and tb.bailun_interception_status in ('None','Failed') ";
sql += " where tb.bailun_order_status!='Canceled' and ((tb.platform_type!='FBA' and tb.bailun_order_status!='CantHandle') or tb.platform_type='FBA') and tb.has_scalp=0 and tb.has_innersale=0 and tb.bailun_interception_status in ('None','Failed') and tb.has_delete=0 ";
if (shippingstrategy.HasValue) //1专线;2中国发货;3海外仓; 4FBA仓
......
......@@ -3016,7 +3016,15 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
{
success = true,
msg = "",
data = listval,
data = listval.Select(a=> new {
start = a.start.ToString("N2"),
end = a.end.ToString("N2"),
a.diff,
diffval = a.diffval.ToString("N2"),
a.onelevelname,
a.sencondlevelname,
}),
start = start.ToString("yyyy-MM-dd"),
end = end.ToString("yyyy-MM-dd")
});
......
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