machenyang лет назад: 8
Родитель
Сommit
c2d00dbd3a

+ 2 - 0
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/WorkTypeController.cs

@@ -37,6 +37,8 @@ namespace CallCenterApi.Interface.Controllers.workorder
37 37
                         //resstr = new JavaScriptSerializer().Serialize(modelList);
38 38
                         res = Success("获取成功", modelList);
39 39
                     }
40
+                    //res = Success("获取成功", modelList);
41
+                    res = Error("没有对应数据");
40 42
                 }
41 43
                 catch (Exception e)
42 44
                 {