Compare commits
2 Commits
c84753f99d
...
d933df437c
| Author | SHA1 | Date |
|---|---|---|
|
|
d933df437c | |
|
|
fbf7fc6a70 |
|
|
@ -1965,7 +1965,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||||
|
|
||||||
var isDistinctionInterface = true;
|
var isDistinctionInterface = true;
|
||||||
|
|
||||||
var reason = entity.ApplyReason;
|
var reason = type== AuditOpt.Add? entity.ApplyReason: entity.ResultRemark;
|
||||||
|
|
||||||
#region 处理标识
|
#region 处理标识
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue