Parcourir la Source

质检报表获取总分

MicroWin10-1604\Administrator il y a 7 ans
Parent
commit
91bf9f5fa2

+ 3 - 2
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/report/QCResultController.cs

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