Commit 3d6244dc by 泽锋 李

fix

parent 835e7629
...@@ -16,7 +16,7 @@ namespace AutoTurnOver.Models ...@@ -16,7 +16,7 @@ namespace AutoTurnOver.Models
return date.ToString("MM-dd"+$"{Sinicization(date.DayOfWeek)}"); return date.ToString("MM-dd"+$"{Sinicization(date.DayOfWeek)}");
} } } }
public decimal val { get; set; } public decimal? val { get; set; }
} }
public static string Sinicization(DayOfWeek week) public static string Sinicization(DayOfWeek week)
......
...@@ -35,7 +35,7 @@ namespace ResetOutofstock ...@@ -35,7 +35,7 @@ namespace ResetOutofstock
//report.GenerateReportPlatformGoods(); //report.GenerateReportPlatformGoods();
//dc_auto_turnover.ResetHistory(); //dc_auto_turnover.ResetHistory();
//dc_auto_turnover.CopyForecast();
} }
catch (Exception ex) catch (Exception ex)
{ {
......
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