修改一版

This commit is contained in:
he
2022-05-19 14:23:48 +08:00
parent 42e0e62b4b
commit 7f40175a40
2 changed files with 17 additions and 2 deletions
@@ -140,7 +140,6 @@ namespace IRaCIS.Application.Services
//添加项目状态变化记录
var trialDetail = new TrialStatusDetail()
{
TrialId = trial.Id,
TrialStatus = (int)TrialEnrollStatus.HasApplyDownLoadResume,
};