SVN r333
SVN-Revision: r333
This commit is contained in:
@@ -838,7 +838,8 @@ namespace Lskj.ProductiSched
|
|||||||
string colName = dayValue.ToString("yyyy-MM-dd");
|
string colName = dayValue.ToString("yyyy-MM-dd");
|
||||||
if (dayValue >= startDate && dayValue <= endDate && dataMain.Columns.Contains(colName))
|
if (dayValue >= startDate && dayValue <= endDate && dataMain.Columns.Contains(colName))
|
||||||
{
|
{
|
||||||
dataMap[key][colName] = Convert.ToDecimal(dayRow["amount"]);
|
Decimal.TryParse(dayRow["amount"] + "", out decimal amountValue);
|
||||||
|
dataMap[key][colName] = amountValue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user