|
@@ -3316,7 +3316,7 @@ public class OrderController : BaseController
|
|
public async Task<object> SpecialBaseData(string id)
|
|
public async Task<object> SpecialBaseData(string id)
|
|
{
|
|
{
|
|
var step = await _workflowApplication.GetRecallStepsAsync(id, HttpContext.RequestAborted);
|
|
var step = await _workflowApplication.GetRecallStepsAsync(id, HttpContext.RequestAborted);
|
|
- if (step != null && step.Steps.Any() && _sessionContext.OrgIsCenter)
|
|
|
|
|
|
+ if (step != null && step.Steps.Any() && _sessionContext.Roles.Contains("zuoxi"))
|
|
{
|
|
{
|
|
step.Steps = step.Steps.Where(x => x.Key == "start").ToList();
|
|
step.Steps = step.Steps.Where(x => x.Key == "start").ToList();
|
|
}
|
|
}
|