|
|
@ -188,7 +188,7 @@ public class InjectionIssueRequestAppService : SfsStoreRequestAppServiceBase<Inj |
|
|
|
|
|
|
|
if (injectionIssueJobDtos.Any(p => |
|
|
|
p.JobStatus == EnumJobStatus.Open || p.JobStatus == EnumJobStatus.Doing || |
|
|
|
p.JobStatus == EnumJobStatus.Partial)) |
|
|
|
p.JobStatus == EnumJobStatus.Partial|| p.JobStatus== EnumJobStatus.Wait)) |
|
|
|
{ |
|
|
|
return; |
|
|
|
} |
|
|
|