Browse Source

自动流程

1550076451 3 years ago
parent
commit
faa244a6a4
1 changed files with 3 additions and 1 deletions
  1. 3 1
      RMYY_CallCenter_Api/Controllers/FaultRepairController.cs

+ 3 - 1
RMYY_CallCenter_Api/Controllers/FaultRepairController.cs

@@ -1318,7 +1318,8 @@ namespace RMYY_CallCenter_Api.Controllers
1318 1318
         /// 自动评价
1319 1319
         /// </summary>
1320 1320
         /// <returns></returns>
1321
-         public ActionResult Evaluate()
1321
+        [AllowAnonymous]
1322
+        public ActionResult Evaluate()
1322 1323
         {
1323 1324
             var dicvalue = new Bll.T_Sys_DictionaryValue().
1324 1325
                GetModelList("F_DictionaryFlag='PJSX' and F_State=1");
@@ -1413,6 +1414,7 @@ namespace RMYY_CallCenter_Api.Controllers
1413 1414
         /// 自动流转
1414 1415
         /// </summary>
1415 1416
         /// <returns></returns>
1417
+        [AllowAnonymous]
1416 1418
         public ActionResult Automatic()
1417 1419
         {
1418 1420