Ver Código Fonte

质检管理 修改指标分值无反应

MicroWin10-1604\Administrator 8 anos atrás
pai
commit
7c0e789567

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

172
                             {
172
                             {
173
                                 dModel.F_Sort = Convert.ToInt32(sort.Trim());
173
                                 dModel.F_Sort = Convert.ToInt32(sort.Trim());
174
                             }
174
                             }
175
-                            if (!string.IsNullOrWhiteSpace(sort.Trim()))
175
+                            if (!string.IsNullOrWhiteSpace(score.Trim()))
176
                             {
176
                             {
177
-                                dModel.F_Score = Convert.ToInt32(sort.Trim());
177
+                                dModel.F_Score = Convert.ToInt32(score.Trim());
178
                             }
178
                             }
179
                             if (!string.IsNullOrWhiteSpace(title.Trim()))
179
                             if (!string.IsNullOrWhiteSpace(title.Trim()))
180
                             {
180
                             {