修改文档返回状态
This commit is contained in:
@@ -58,12 +58,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public string RealName { get; set; } = string.Empty;
|
||||
|
||||
|
||||
//[JsonIgnore]
|
||||
//public string IdentityUserTypes { get; set; }
|
||||
|
||||
//[JsonIgnore]
|
||||
//public string DocNeedSignUserTypes { get; set; }
|
||||
|
||||
public string DocTypeCode { get; set; }
|
||||
|
||||
public List<string> UserConfirmedUserTypeList => (DocNeedSignUserTypeList != null && IdentityUserTypeList != null) ? IdentityUserTypeList.Intersect(DocNeedSignUserTypeList).ToList() : new List<string>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user