tangxu
2024-08-01 9fe74fc1c8dfb27733888160fd2d63908e26acd4
WebApi/众毅调度/ZyProjectHelper.cs
@@ -52,7 +52,7 @@
            dto_prj.StartTime  = currentViewPrj.StartTime.ToString("yyyy-MM-dd HH:mm:ss");
            dto_prj.EndTime = currentViewPrj.EndTime.ToString("yyyy-MM-dd HH:mm:ss");
            dto_prj.FlowTotal = Math.Round(currentViewPrj.SumFlow, 0);
            dto_prj.FlowTotalIn = Math.Round(currentViewPrj.SumFlow, 0);
            dto_prj.PowerTotal = Math.Round(currentViewPrj.SumPower, 0);
            dto_prj.MoneyTotal = Math.Round(currentViewPrj.SumMoney, 0);
@@ -164,7 +164,7 @@
            dto_prj.StartTime = currentViewPrj.StartTime.ToString("yyyy-MM-dd HH:mm:ss");
            dto_prj.EndTime = currentViewPrj.EndTime.ToString("yyyy-MM-dd HH:mm:ss");
            dto_prj.FlowTotal = Math.Round(currentViewPrj.SumFlow, 0);
            dto_prj.FlowTotalIn = Math.Round(currentViewPrj.SumFlow, 0);
            dto_prj.PowerTotal = Math.Round(currentViewPrj.SumPower, 0);
            dto_prj.MoneyTotal = Math.Round(currentViewPrj.SumMoney, 0);