zhupei %!s(int64=3) %!d(string=před) roky
rodič
revize
5068683e4b

+ 1 - 0
RMYY_CallCenter_Api/Controllers/System/RoleController.cs

@@ -43,6 +43,7 @@ namespace RMYY_CallCenter_Api.Controllers.System
43 43
                                     out recordCount);
44 44
             var obj = new
45 45
             {
46
+                state = "success",
46 47
                 rows = dt,
47 48
                 total = recordCount
48 49
             };

+ 1 - 0
RMYY_CallCenter_Api/Controllers/System/SeatGroupController.cs

@@ -38,6 +38,7 @@ namespace RMYY_CallCenter_Api.Controllers.System
38 38
 
39 39
             var obj = new
40 40
             {
41
+                state = "success",
41 42
                 rows = dt,
42 43
                 total = recordCount
43 44
             };

+ 1 - 0
RMYY_CallCenter_Api/Controllers/System/UserAccountController.cs

@@ -51,6 +51,7 @@ namespace RMYY_CallCenter_Api.Controllers.System
51 51
                                     out recordCount);
52 52
             var obj = new
53 53
             {
54
+                state = "success",
54 55
                 rows = dt,
55 56
                 total = recordCount
56 57
             };