修改bug
parent
348d2cb7d4
commit
75143725a7
|
@ -86,8 +86,10 @@ namespace IRaCIS.Core.API.Controllers
|
|||
{
|
||||
return ResponseOutput.NotOk(fun.ErrorMessage);
|
||||
}
|
||||
opt.AuditInfo.SubjectId = Guid.Parse(fun.Data);
|
||||
|
||||
opt.AuditInfo.SubjectVisitId = Guid.Parse(fun.Data);
|
||||
opt.AuditInfo.SubjectVisitName = opt.OptCommand.VisitName;
|
||||
|
||||
|
||||
|
||||
return await _inspectionService.Enforcement(opt.OptCommand, opt.AuditInfo, opt.SignInfo, null, fun);
|
||||
}
|
||||
|
|
|
@ -1526,7 +1526,7 @@
|
|||
</member>
|
||||
<member name="M:IRaCIS.Core.Application.PersonalWorkstation.GetTrialDocStatList(IRaCIS.Core.Application.Contracts.TrialSiteSurveyStatQuery)">
|
||||
<summary>
|
||||
需要签署数量
|
||||
需要签署文件数量 系统级别的在第一行
|
||||
</summary>
|
||||
<param name="query"></param>
|
||||
<returns></returns>
|
||||
|
|
|
@ -92,6 +92,8 @@ namespace IRaCIS.Core.Application.Service
|
|||
|
||||
}
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 获取列表
|
||||
/// </summary>
|
||||
|
@ -101,7 +103,6 @@ namespace IRaCIS.Core.Application.Service
|
|||
public async Task<List<FrontAuditConfigView>> GetFrontAuditConfigList(FrontAuditConfigQuery iq)
|
||||
{
|
||||
|
||||
|
||||
var query = from data in _repository.GetQueryable<FrontAuditConfig>()
|
||||
join childrenType in _repository.GetQueryable<Dictionary>() on data.ChildrenTypeId equals childrenType.Id.ToString() into childrenTypetemp
|
||||
from leftchildrenType in childrenTypetemp.DefaultIfEmpty()
|
||||
|
|
|
@ -137,8 +137,6 @@ namespace IRaCIS.Core.Domain.Models
|
|||
/// </summary>
|
||||
public bool? IsHaveReason { get; set; }
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue