浏览代码

添加指标时 指标分数有误

MicroWin10-1604\Administrator 7 年之前
父节点
当前提交
0469dd1269

+ 2 - 2
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/quality/IndexBaseController.cs

@@ -120,9 +120,9 @@ namespace CallCenterApi.Interface.Controllers.quality
120 120
                     {
121 121
                         dModel.F_Sort = Convert.ToInt32(sort.Trim());
122 122
                     }
123
-                    if (!string.IsNullOrWhiteSpace(sort.Trim()))
123
+                    if (!string.IsNullOrWhiteSpace(score.Trim()))
124 124
                     {
125
-                        dModel.F_Score = Convert.ToInt32(sort.Trim());
125
+                        dModel.F_Score = Convert.ToInt32(score.Trim());
126 126
                     }
127 127
                     if (!string.IsNullOrWhiteSpace(title.Trim()))
128 128
                     {