Browse Source

扭转状态

Dun.Jason 8 months ago
parent
commit
dd03e424c2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/Hotline.Api/Controllers/OrderController.cs

+ 2 - 1
src/Hotline.Api/Controllers/OrderController.cs

@@ -1212,7 +1212,8 @@ public class OrderController : BaseController
             FiledTypeOptions = EnumExts.GetDescriptions<FiledType>(),
             AcceptTypeOptions = _sysDicDataCacheManager.GetSysDicDataCache(SysDicTypeConsts.AcceptType),
             OrgsOptions = await _organizeRepository.GetOrgJson(),
-            CallForwardingOptions = _sysDicDataCacheManager.GetSysDicDataCache(SysDicTypeConsts.CallForwardingSource)
+            CallForwardingOptions = _sysDicDataCacheManager.GetSysDicDataCache(SysDicTypeConsts.CallForwardingSource),
+            JudgeStateOptions = EnumExts.GetDescriptions<EJudgeState>()
         };
     }