| | |
| | | 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); |
| | | |
| | |
| | | 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); |
| | | |