maily89 / fbdm

Automatically exported from code.google.com/p/fbdm
0 stars 0 forks source link

[RNK-Business] CustomersBusinessFinancialIndex.ConvertFinancialRowToModel #157

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
"Trong xử lý này:
if (item.ScoreID > 0)
            {
                BusinessFinancialIndexScore score = BusinessFinancialIndexScore.SelectBusinessFinancialIndexScoreByScoreID(entities, item.ScoreID);
                score.BusinessFinancialIndexLevelsReference.Load();
                indexScore.Value = score.FixedValue;
                indexScore.BusinessFinancialIndexLevels = score.BusinessFinancialIndexLevels;
            }
Tại sao lại gán Value = fixedValue?"

Original issue reported on code.google.com by longnhi....@gmail.com on 16 Apr 2011 at 4:37

GoogleCodeExporter commented 9 years ago
ScoreID được sử dụng để lưu lại giá trị của score được 
select(trong trường hợp dữ liệu kiểu character)
gán như vậy để lưu lại giá trị fixed value của Score(trong 
trường hợp đây là kiểu character)
Nếu không lưu lại giá trị này, các item trong 
CustomersBusinessFinancialIndex sẽ chỉ có levelID mà không có 
value(trong trường hợp kiểu character).

Original comment by maily...@gmail.com on 18 Apr 2011 at 7:32

GoogleCodeExporter commented 9 years ago

Original comment by longnhi....@gmail.com on 30 Apr 2011 at 3:34