|
@@ -355,6 +355,7 @@ public class SnapshotOrderApplication : IOrderSnapshotApplication, IScopeDepende
|
|
|
snapshot.VerifyType = dto.Data.VerifyType;
|
|
|
snapshot.IsCheckList = dto.Data.IsCheckList;
|
|
|
snapshot.CompliantType = dto.Data.CompliantType;
|
|
|
+ dto.Workflow.Opinion += $" 核实方式: {dto.Data.VerifyType} 是否按清单检查: {(dto.Data.IsCheckList.Value ? "是" : "否")}";
|
|
|
await _orderSnapshotRepository.UpdateAsync(snapshot);
|
|
|
return;
|
|
|
}
|