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