| | |
| | | { |
| | | entity.TotalFlowIn = ana_request.TotalFlowIn.ToString(); |
| | | } |
| | | |
| | | if (ana_request.SpaceFlowOut != null) |
| | | { |
| | | entity.TotalFlowOut = string.Join(",", ana_request.SpaceFlowOut) ; |
| | | } |
| | | if(ana_request.MaxLimitWaterBoxLevel != null) |
| | | { |
| | | entity.LevelRequest = string.Format("{0}@{1}", ana_request.MaxLimitWaterBoxLevel, ana_request.MaxLimitWaterBoxTime); |
| | | } |
| | | entity.CalcOptType = (int)ana_request.CalcOptType; |
| | | |
| | | SnowFlakeSingle.WorkId = 1; |
| | |
| | | { |
| | | entity.TotalFlowIn = ana_request.TotalFlowIn.ToString(); |
| | | } |
| | | |
| | | if (ana_request.SpaceFlowOut != null) |
| | | { |
| | | entity.TotalFlowOut = string.Join(",", ana_request.SpaceFlowOut); |
| | | } |
| | | if (ana_request.MaxLimitWaterBoxLevel != null) |
| | | { |
| | | entity.LevelRequest = string.Format("{0}@{1}", ana_request.MaxLimitWaterBoxLevel, ana_request.MaxLimitWaterBoxTime); |
| | | } |
| | | entity.CalcOptType = (int)ana_request.CalcOptType; |
| | | |
| | | SnowFlakeSingle.WorkId = 1; |