debug
This commit is contained in:
parent
27499fa70f
commit
7510b7432f
@ -317,11 +317,11 @@ namespace solarApp
|
||||
|
||||
private void btInvDay_oldData_Click(object sender, EventArgs e)
|
||||
{
|
||||
procInvSvc invSvc = new procInvSvc();
|
||||
foreach (DateTime day in EachDay(DateTime.Parse(date1), DateTime.Parse(date2)))
|
||||
{
|
||||
invSvc.report_invDay(lbSiteID_sensor.Text.Substring(0, 9), day.ToString("yyyy-MM-dd"));
|
||||
}
|
||||
//procInvSvc invSvc = new procInvSvc();
|
||||
//foreach (DateTime day in EachDay(DateTime.Parse(date1), DateTime.Parse(date2)))
|
||||
//{
|
||||
// invSvc.report_invDay(lbSiteID_sensor.Text.Substring(0, 9), day.ToString("yyyy-MM-dd"));
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user