水位管理 debug
This commit is contained in:
parent
f507a0d1b1
commit
c41d079396
@ -42,7 +42,7 @@ namespace solarApp.Service
|
||||
// string yyyymm = System.DateTime.Now.AddMonths(-2).ToString("yyyy-MM");
|
||||
_siteID = siteID;
|
||||
//搬移的月份
|
||||
move_month = System.DateTime.Now.AddMonths(-2).ToString("yyyy-MM")+ "--01";
|
||||
move_month = System.DateTime.Now.AddMonths(-1).ToString("yyyy-MM")+ "-01";
|
||||
// move_month = System.DateTime.Now.ToString("yyyy-MM") + "--01"; //這個月
|
||||
//_date1 = date1;
|
||||
get_siteInfo();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user