质量统计完成

This commit is contained in:
qianhao.xu
2023-12-18 16:01:17 +08:00
parent 3b10b811a2
commit 80ff5f04f2
9 changed files with 526 additions and 44 deletions

View File

@@ -18,9 +18,6 @@ namespace ZR.Admin.WebApi.Extensions
types.GetProperty("Create_by", flag)?.SetValue(source, context.GetName(), null);
types.GetProperty("CreatedBy", flag)?.SetValue(source, context.GetName(), null);
types.GetProperty("UserId", flag)?.SetValue(source, context.GetUId(), null);
return source;
}