|
@@ -27,6 +27,7 @@ using Hotline.Share.Dtos.FlowEngine.Definition;
|
|
|
using Hotline.Settings.TimeLimits;
|
|
|
using Hotline.SeedData;
|
|
|
using Hotline.Tools;
|
|
|
+using Hotline.Share.Enums.Order;
|
|
|
|
|
|
namespace Hotline.Api.Controllers;
|
|
|
|
|
@@ -632,6 +633,7 @@ public class WorkflowController : BaseController
|
|
|
CounterSignType = EnumExts.GetDescriptions<ECounterSignType>(),
|
|
|
ChannelOptions = _sysDicDataCacheManager.GetSysDicDataCache(TimeLimitBaseDataConsts.SourceChannel),
|
|
|
AcceptTypeOptions = _sysDicDataCacheManager.GetSysDicDataCache(SysDicTypeConsts.AcceptType),
|
|
|
+ Status = EnumExts.GetDescriptions<EOrderStatus>(),
|
|
|
};
|
|
|
}
|
|
|
|