|
|
@ -53,7 +53,7 @@ public class CountJobManager : SfsJobManagerBase<CountJob, CountJobDetail>, ICou |
|
|
|
var note = await _noteRepository.FindAsync(r => r.CountPlanNumber == planNumbers.First()).ConfigureAwait(false); |
|
|
|
if (note != null && note.Adjusted == true) |
|
|
|
{ |
|
|
|
throw new UserFriendlyException($"计划单号 【{note.CountPlanNumber}】生成了调整纪律,无法重盘"); |
|
|
|
throw new UserFriendlyException($"计划单号 【{note.CountPlanNumber}】生成了调整记录,无法重盘"); |
|
|
|
} |
|
|
|
foreach (var job in joblist) |
|
|
|
{ |
|
|
|