Commit d7006e26 by jianshuqin

修复统计Shopify 广告费问题

parent aa76909a
......@@ -6737,7 +6737,7 @@ namespace Bailun.DC.Services
{
//转美东时间
end = TimeZoneInfo.ConvertTimeFromUtc(end.Value.Date.AddDays(1).ToUniversalTime(), easternZone);
sql += " and edate < @edate";
sql += " and bdate < @edate";
sqlparam.Add("edate", end.Value);
}
......
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