|
@@ -1682,6 +1682,8 @@ public class OrderController : BaseController
|
|
|
ScreenStatus = EnumExts.GetDescriptions<EScreenStatus>(),
|
|
|
ScreenType = _sysDicDataCacheManager.GetSysDicDataCache(SysDicTypeConsts.ScreenType),
|
|
|
CounterSignType = EnumExts.GetDescriptions<ECounterSignType>(),
|
|
|
+ AcceptType = _sysDicDataCacheManager.GetSysDicDataCache(SysDicTypeConsts.AcceptType),
|
|
|
+ SalesChannel = _sysDicDataCacheManager.GetSysDicDataCache(SysDicTypeConsts.SalesChannel),
|
|
|
};
|
|
|
return rsp;
|
|
|
}
|