|
@@ -698,7 +698,6 @@ public class OrderController : BaseController
|
|
AcceptTypeOptions = EnumExts.GetDescriptions<EAcceptType>(),
|
|
AcceptTypeOptions = EnumExts.GetDescriptions<EAcceptType>(),
|
|
EmergencyLevelOptions = EnumExts.GetDescriptions<EEmergencyLevel>(),
|
|
EmergencyLevelOptions = EnumExts.GetDescriptions<EEmergencyLevel>(),
|
|
PushTypeOptions = await _systemDomainService.GetSysDicDataByCodeAsync(SysDicTypeConsts.PushType),
|
|
PushTypeOptions = await _systemDomainService.GetSysDicDataByCodeAsync(SysDicTypeConsts.PushType),
|
|
- SourceChannelOptions = await _systemDomainService.GetSysDicDataByCodeAsync(SysDicTypeConsts.SourceChannel),
|
|
|
|
};
|
|
};
|
|
return rsp;
|
|
return rsp;
|
|
}
|
|
}
|