xx
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
},
|
||||
"BasicSystemConfig": {
|
||||
|
||||
"OpenUserComplexPassword": true,
|
||||
"OpenUserComplexPassword": false,
|
||||
|
||||
"OpenSignDocumentBeforeWork": true,
|
||||
|
||||
|
||||
@@ -987,7 +987,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||
add.IsSign = true;
|
||||
}
|
||||
|
||||
var inspectionData = new InspectionData()
|
||||
var inspectionData = new InspectionJsonDetail()
|
||||
{
|
||||
Data = AddJsonItem(data, otherItem),
|
||||
Inspection = generalData
|
||||
@@ -1003,7 +1003,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common
|
||||
/// 往json里面添加属性
|
||||
/// </summary>
|
||||
/// <param name="json">json</param>
|
||||
/// <param name="keyValues">字典</param>
|
||||
/// <param name="otherItem">添加对象</param>
|
||||
/// <returns></returns>
|
||||
public IDictionary<string, object> AddJsonItem(dynamic json, object otherItem = null)
|
||||
{
|
||||
|
||||
@@ -64,7 +64,7 @@ namespace IRaCIS.Core.Infra.EFCore.Common.Dto
|
||||
/// <summary>
|
||||
/// 稽查数据
|
||||
/// </summary>
|
||||
public class InspectionData
|
||||
public class InspectionJsonDetail
|
||||
{
|
||||
public dynamic Data { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user