@@ -120,9 +120,9 @@ namespace CallCenterApi.Interface.Controllers.quality
{
dModel.F_Sort = Convert.ToInt32(sort.Trim());
}
- if (!string.IsNullOrWhiteSpace(sort.Trim()))
+ if (!string.IsNullOrWhiteSpace(score.Trim()))
- dModel.F_Score = Convert.ToInt32(sort.Trim());
+ dModel.F_Score = Convert.ToInt32(score.Trim());
if (!string.IsNullOrWhiteSpace(title.Trim()))