修改一版
This commit is contained in:
@@ -175,6 +175,10 @@ namespace IRaCIS.Core.Application.Service.Inspection
|
||||
/// <returns></returns>
|
||||
public async Task<dynamic> Enforcement(dynamic OptCommand, DataInspectionAddDTO AuditInfo, SignDTO SignInfo, dynamic fun, IResponseOutput? response=null)
|
||||
{
|
||||
if (response!=null&&response.IsSuccess == false)
|
||||
{
|
||||
return response;
|
||||
}
|
||||
Guid? signId = null;
|
||||
MapData(OptCommand, AuditInfo);
|
||||
if (AuditInfo.IsSign)
|
||||
|
||||
Reference in New Issue
Block a user