Commit ee6bb8b8 by mahaisong

fix:

parent e5e7fdd8


......@@ -439,11 +439,11 @@ namespace TaikorES_ImportLocalES
if (prevAddMonth)
{
prevAddMonth = false;
TodayEndTime = DateTime.Parse(TodayEndTime.AddDays(1).ToString("yyyy-MM-dd"));
TodayQueryDate = DateTime.Parse(TodayEndTime.AddDays(1).ToString("yyyy-MM-dd"));
}
else
{
//不满足加月
//日常加1天
TodayQueryDate = TodayQueryDate.AddDays(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