Compare commits
No commits in common. "3eb347835355e726ed9c4271c39e9979fe3f36f7" and "1f8f3242b5369916ef0c4bc7394a79889bd521ce" have entirely different histories.
3eb3478353
...
1f8f3242b5
|
@ -146,7 +146,7 @@ namespace IRaCIS.Core.Application.Service.Inspection
|
|||
SubjectVisitId = data.SubjectVisitId,
|
||||
//OptType = data.OptType,
|
||||
IP = data.IP,
|
||||
Reason = leftfrontAuditConfig.IsHaveReason? data.Reason:string.Empty,
|
||||
Reason = data.Reason,
|
||||
IsSign = leftfrontAuditConfig.IsHaveSign && lefttrialSign.SignText != null && lefttrialSign.SignText != string.Empty,
|
||||
SignId = data.SignId,
|
||||
ParentId = data.ParentId,
|
||||
|
|
|
@ -66,9 +66,6 @@ public class DataInspection : BaseAddAuditEntity
|
|||
[Comment("父ID")]
|
||||
public Guid? ParentId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 原因
|
||||
/// </summary>
|
||||
public string Reason { get; set; } = string.Empty;
|
||||
|
||||
[Comment("角色名称")]
|
||||
|
|
Loading…
Reference in New Issue