@@ -291,8 +291,9 @@ namespace CallCenterApi.Interface.Controllers.report
ctfs += itemfs;
itemfs = 0;
}
- drNew["AllScore"] = ((int)ctfs).ToString();
- if (isext != null && isext.Trim() != "")
+ //drNew["AllScore"] = ((int)ctfs).ToString();
+ drNew["AllScore"] = ctfs.ToString();
+ if (isext != null && isext.Trim() != "")
{
string question = "";
string advise = "";