{"Message":"1","MessageType":2,"Modules":[{"State":1,"Type":27,"Name":"ServerCommandPrivate/自动生成昨日日报"},{"State":1,"Type":15,"Name":"ServerCommand/根据汇报模板生成内容"},{"State":1,"Type":39,"Name":"PublishConfiguration"},{"State":3,"Type":27,"Name":"ServerCommandPrivate/Base根据汇报模板生成内容"}],"Version":"v1"}

This commit is contained in:
cuckooent
2024-08-30 22:32:33 +08:00
parent 512ffcf8cd
commit 583845b343
5 changed files with 717 additions and 591 deletions

View File

@@ -1446,29 +1446,11 @@
}, },
{ {
"ModuleName": "ServerCommandPrivate/自动生成昨日日报", "ModuleName": "ServerCommandPrivate/自动生成昨日日报",
"State": 1, "ModuleType": 27
"LockedBy": {
"UserName": "cuckooent",
"Email": "phoben@qq.com"
},
"LockDateTime": "2024-08-30T22:30:16.1585504+08:00",
"ModuleType": 27,
"ToRemoveFiles": [
"ServerCommands\\汇报\\自动生成昨日日报.json"
]
}, },
{ {
"ModuleName": "ServerCommand/根据汇报模板生成内容", "ModuleName": "ServerCommand/根据汇报模板生成内容",
"State": 1, "ModuleType": 15
"LockedBy": {
"UserName": "cuckooent",
"Email": "phoben@qq.com"
},
"LockDateTime": "2024-08-30T22:31:23.9268867+08:00",
"ModuleType": 15,
"ToRemoveFiles": [
"ServerCommands\\汇报\\根据汇报模板生成内容.json"
]
}, },
{ {
"ModuleName": "ServerCommand/批量生成日报", "ModuleName": "ServerCommand/批量生成日报",
@@ -2272,16 +2254,7 @@
}, },
{ {
"ModuleName": "PublishConfiguration", "ModuleName": "PublishConfiguration",
"State": 1, "ModuleType": 39
"LockedBy": {
"UserName": "cuckooent",
"Email": "phoben@qq.com"
},
"LockDateTime": "2024-08-30T22:22:12.8950347+08:00",
"ModuleType": 39,
"ToRemoveFiles": [
"PublishSettingsConfig.json"
]
}, },
{ {
"ModuleName": "Plugin", "ModuleName": "Plugin",
@@ -2297,12 +2270,6 @@
}, },
{ {
"ModuleName": "ServerCommandPrivate/Base根据汇报模板生成内容", "ModuleName": "ServerCommandPrivate/Base根据汇报模板生成内容",
"State": 3,
"LockedBy": {
"UserName": "cuckooent",
"Email": "phoben@qq.com"
},
"LockDateTime": "2024-08-30T22:30:05.3315969+08:00",
"ModuleType": 27 "ModuleType": 27
} }
] ]

View File

@@ -1,17 +1,20 @@
[ [
{ {
"Name": "格服务器", "Name": "格服务器",
"ApplicationUrl": "https://develop.gridfriend.cn/clue", "ApplicationUrl": "https://www.yugasoft.cn/clue",
"Remark": "腾讯云服务器", "Remark": "腾讯云服务器",
"PublishSettings": { "PublishSettings": {
"IsPrivateServer": true, "IsPrivateServer": true,
"ServerName": "develop.gridfriend.cn", "ServerName": "www.yugasoft.cn",
"UserName": "Administrator", "UserName": "Administrator",
"SitePort": 443, "SitePort": 443,
"AppName": "clue", "AppName": "clue",
"AppStartPage": "首页", "AppStartPage": "首页",
"TakeServeronline": true, "TakeServeronline": true,
"Https": true "Https": true,
"PublishRolesToServer": true,
"PublishUsersToServer": true,
"PublishOrganizationsToServer": true
} }
} }
] ]

View File

@@ -0,0 +1,605 @@
{
"Name": "Base根据汇报模板生成内容",
"Enabled": true,
"Triggers": [
{
"$type": "Forguncy.SaveLoad.InvokeTriggerSaveData, ServerDesignerCommon",
"Parameters": [
{
"Name": "生成日期",
"DataValidationInfo": {
"IgnoreBlank": false
},
"TestData": "2024/6/13"
},
{
"Name": "汇报类型",
"DataValidationInfo": {},
"TestData": "日报"
},
{
"Name": "汇报对象",
"DataValidationInfo": {}
},
{
"Name": "对象ID",
"DataValidationInfo": {}
},
{
"Name": "汇报人",
"DataValidationInfo": {
"IgnoreBlank": false
},
"TestData": "shamus"
}
],
"InvokeTriggerTestData": {
"UserName": "Administrator"
}
}
],
"Commands": [
{
"$type": "Forguncy.Model.CatchExceptionCommand, ServerDesignerCommon",
"TryCommandPart": {
"CommandList": [
{
"$type": "CollectionOperationKit.ServerSideArrayOp, CollectionOperationKit",
"OutParamaterName": "汇报列表"
},
{
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "处理汇报日期",
"ParameterValue": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=TEXT(生成日期,\"yyyy-MM-dd\")"
},
"ID": "4ace18ec3a9544668738b0790a291a54"
},
{
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "总工时",
"TableValue": {
"TableName": "任务工时表",
"TableValueType": 1,
"BindingInfos": [
{
"GUID": "373b5db3-9019-4c86-8b5d-b749601675b1",
"BindingInfo": {
"TableName": "任务工时表",
"ColumnName": "总工时",
"GUID": "46a18c6e-820c-44e3-9b0e-78348a51130d"
},
"ColumnName": "总工时"
}
],
"SqlCondition": {
"$type": "ForguncyDataAccess.RelationSqlCondition, ForguncyDataAccess",
"SubConditions": [
{
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "任务工时表",
"ColumnName": "执行人",
"GUID": "4b3d5f6f-19ec-4644-bc88-01914025be5c"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=汇报人"
}
},
{
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "任务工时表",
"ColumnName": "工时日期",
"GUID": "d0d914d3-0167-477a-a9ee-1b7549dd00b0"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=生成日期"
}
},
{
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "任务工时表",
"ColumnName": "工时类型",
"GUID": "117f7a1f-f51f-4722-ac8d-5b04732bc1b3"
},
"Value": "实际"
}
]
},
"NullFormulaValueQueryPolicy": 0
},
"ID": "46450718969a4aeea8c451b6a387a2bd"
},
{
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "最近报工项目",
"TableValue": {
"TableName": "任务工时表",
"BindingInfos": [
{
"GUID": "f53e666c-6927-4991-a7d0-035e05e98a09",
"BindingInfo": {
"TableName": "任务工时表",
"ColumnName": "项目ID",
"GUID": "9fe63173-5128-4215-acc4-6709548766a8"
},
"ColumnName": "项目ID"
},
{
"GUID": "302831ef-9cf8-4e69-a894-384b2ccbc7bd",
"BindingInfo": {
"TableName": "任务工时表",
"ColumnName": "项目ID",
"GUID": "eb8227d3-06cb-489a-b20e-0ea5a64755ec",
"RelationBinding": {
"RelatedTable": "项目表",
"RelatedColumn": "ID",
"DisplayColumn": "项目名称"
}
},
"ColumnName": "项目名称"
},
{
"GUID": "482ba89c-88c1-4834-a01d-dc6e61793310",
"BindingInfo": {
"TableName": "任务工时表",
"ColumnName": "总工时",
"GUID": "46a18c6e-820c-44e3-9b0e-78348a51130d"
},
"ColumnName": "总工时"
}
],
"SqlCondition": {
"$type": "ForguncyDataAccess.RelationSqlCondition, ForguncyDataAccess",
"SubConditions": [
{
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "任务工时表",
"ColumnName": "执行人",
"GUID": "4b3d5f6f-19ec-4644-bc88-01914025be5c"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=汇报人"
}
},
{
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "任务工时表",
"ColumnName": "工时日期",
"GUID": "d0d914d3-0167-477a-a9ee-1b7549dd00b0"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=生成日期"
}
},
{
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "任务工时表",
"ColumnName": "工时类型",
"GUID": "117f7a1f-f51f-4722-ac8d-5b04732bc1b3"
},
"Value": "实际"
}
]
},
"NullFormulaValueQueryPolicy": 0
},
"ID": "f172e7641ed8478d9abbae743aa187ed"
},
{
"$type": "Forguncy.Model.ConditionCommand, ServerDesignerCommon",
"ConditionAndCommandPairList": [
{
"Condition": {
"$type": "Forguncy.Model.IfCondition, ServerDesignerCommon",
"param": {
"$type": "Forguncy.Model.IfConditionServerSiteParam, ServerDesignerCommon",
"ParamObject": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=最近报工项目.Count"
}
},
"value": "0",
"compareType": 2
},
"CommandList": [
{
"$type": "Forguncy.Model.LoopCommand, ServerDesignerCommon",
"LoopInfo": {
"$type": "Forguncy.Model.CountLoopInfo, ServerDesignerCommon",
"LoopCount": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=最近报工项目"
},
"LoopItemParamName": "当前项目"
},
"CommandList": [
{
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "项目报工信息",
"TableValue": {
"TableName": "任务工时表",
"BindingInfos": [
{
"GUID": "109c944c-b561-471c-98d7-a013cb305188",
"BindingInfo": {
"TableName": "任务工时表",
"ColumnName": "执行内容",
"GUID": "0a31eb22-29b7-4138-a6a0-98d920d0f715"
},
"ColumnName": "工作内容"
}
],
"SqlCondition": {
"$type": "ForguncyDataAccess.RelationSqlCondition, ForguncyDataAccess",
"SubConditions": [
{
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "任务工时表",
"ColumnName": "执行人",
"GUID": "4b3d5f6f-19ec-4644-bc88-01914025be5c"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=汇报人"
}
},
{
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "任务工时表",
"ColumnName": "工时日期",
"GUID": "d0d914d3-0167-477a-a9ee-1b7549dd00b0"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=生成日期"
}
},
{
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "任务工时表",
"ColumnName": "项目ID",
"GUID": "d5d3e143-4db7-495f-973a-a6686207b7f3"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=当前项目.项目ID"
}
},
{
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"CompareType": 1,
"ColumnBindingInfo": {
"TableName": "任务工时表",
"ColumnName": "执行内容",
"GUID": "65c531dc-6b4c-4568-8153-a0ac38c3ec10"
},
"Value": "%Null%"
}
]
},
"NullFormulaValueQueryPolicy": 0
},
"ID": "1724b9cb79214e1e8af86bfb49938e9d"
},
{
"$type": "CollectionOperationKit.ServerSideObjectOp, CollectionOperationKit",
"OperationParamaterPairs": [
{
"Name": "项目名称",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=当前项目.项目名称"
}
},
{
"Name": "内容列表",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=项目报工信息"
}
}
],
"OutParamaterName": "单个项目"
},
{
"$type": "CollectionOperationKit.ServerSideArrayOp, CollectionOperationKit",
"InParamater": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=汇报列表"
},
"Operation": 4,
"OperationParamaterAName": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=单个项目"
},
"OutParamaterName": "汇报列表"
}
]
},
{
"$type": "CollectionOperationKit.ServerSideObjectOp, CollectionOperationKit",
"OperationParamaterPairs": [
{
"Name": "汇报列表",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=汇报列表"
}
}
],
"OutParamaterName": "数据源"
},
{
"$type": "CollectionOperationKit.ServerSideObjectOp, CollectionOperationKit",
"OperationParamaterPairs": [
{
"Name": "汇报日期",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=处理汇报日期"
}
},
{
"Name": "汇报人",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=汇报人"
}
},
{
"Name": "总工时",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=总工时.总工时"
}
},
{
"Name": "汇报列表",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=汇报列表"
}
}
],
"OutParamaterName": "数据源",
"Disabled": true
},
{
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "查找模板",
"TableValue": {
"TableName": "汇报模板对应表",
"TableValueType": 1,
"BindingInfos": [
{
"GUID": "d65d3c11-ebb1-4b7e-b8eb-ac58fbd7d5e2",
"BindingInfo": {
"TableName": "汇报模板对应表",
"ColumnName": "模板ID",
"GUID": "c7ff5824-2d67-4b0f-9b8f-e01ec06a8511",
"RelationBinding": {
"RelatedTable": "汇报模板",
"RelatedColumn": "ID",
"DisplayColumn": "模板内容"
}
},
"ColumnName": "模板内容"
}
],
"SqlCondition": {
"$type": "ForguncyDataAccess.RelationSqlCondition, ForguncyDataAccess",
"SubConditions": [
{
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "汇报模板对应表",
"ColumnName": "汇报对象",
"GUID": "86547761-1198-4fa9-90b9-ad99af9b3dc9"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=汇报对象"
}
},
{
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "汇报模板对应表",
"ColumnName": "汇报类型",
"GUID": "d831036f-9c97-4988-b548-4c7b25b5fc29"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=汇报类型"
}
}
]
},
"NullFormulaValueQueryPolicy": 0,
"TopCount": "1"
},
"ID": "bf0cea8b763e46aeb807c216aeda31eb"
},
{
"$type": "Forguncy.Model.ConditionCommand, ServerDesignerCommon",
"ConditionAndCommandPairList": [
{
"Condition": {
"$type": "Forguncy.Model.IfCondition, ServerDesignerCommon",
"param": {
"$type": "Forguncy.Model.IfConditionServerSiteParam, ServerDesignerCommon",
"ParamObject": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=查找模板"
}
},
"value": "%Null%",
"compareType": 1
},
"CommandList": [
{
"$type": "MustachePlugin.Render, MustachePlugin",
"DataSrouce": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=查找模板.模板内容"
},
"UseCustomsDataHash": true,
"CustomsDataHash": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=数据源"
},
"SetMaxRecursionDepth": 11,
"ResultTo": "输出结果"
},
{
"$type": "Summernotetools.ReplaceTemplateParameters, Summernotetools",
"HtmlContent": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=输出结果"
},
"ReplaceRules": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=\"\""
},
"ReturnText": true,
"ResultTo": "纯文本"
},
{
"$type": "Forguncy.Model.ReturnCommand, ServerDesignerCommon",
"ErrorCode": "0",
"Message": "成功",
"CustomReturns": [
{
"ReturnPropertyName": "日报内容",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=输出结果"
}
},
{
"ReturnPropertyName": "日报文本",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=纯文本"
}
},
{
"ReturnPropertyName": "返回总工时",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=总工时.总工时"
}
}
]
}
],
"ID": "32ea446e-86d1-4b9d-962c-d05e90b54e9b"
},
{
"CommandList": [
{
"$type": "Forguncy.Model.ReturnCommand, ServerDesignerCommon",
"ErrorCode": "400",
"Message": "未找到模板",
"CustomReturns": [
{
"ReturnPropertyName": "日报内容"
},
{
"ReturnPropertyName": "日报文本"
},
{
"ReturnPropertyName": "返回总工时"
}
]
}
],
"ID": "25509097-baec-4179-8265-caf71b1051e5"
}
]
}
],
"ID": "8b0a2877-f71d-4c6e-befa-3e5ac32503f5"
},
{
"CommandList": [
{
"$type": "Forguncy.Model.ReturnCommand, ServerDesignerCommon",
"ErrorCode": "400",
"Message": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=处理汇报日期&\"无报工内容!\""
},
"CustomReturns": [
{
"ReturnPropertyName": "日报内容"
},
{
"ReturnPropertyName": "日报文本"
},
{
"ReturnPropertyName": "返回总工时"
}
]
}
],
"ID": "7e6028ac-1802-4295-abb3-7dcfb4533e83"
}
]
}
]
},
"CatchCommandPart": {
"CommandList": [
{
"$type": "Forguncy.Model.ReturnCommand, ServerDesignerCommon",
"ErrorCode": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=ExceptionCode"
},
"Message": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=ExceptionMessage"
},
"CustomReturns": [
{
"ReturnPropertyName": "日报内容"
},
{
"ReturnPropertyName": "日报文本"
},
{
"ReturnPropertyName": "返回总工时"
}
]
}
]
}
}
],
"ReturnProperties": [
{
"Name": "日报内容"
},
{
"Name": "日报文本"
},
{
"Name": "返回总工时"
}
]
}

View File

@@ -57,443 +57,78 @@
], ],
"Commands": [ "Commands": [
{ {
"$type": "Forguncy.Model.CatchExceptionCommand, ServerDesignerCommon", "$type": "Forguncy.Model.RequestServerCommand, ServerDesignerCommon",
"TryCommandPart": { "ServerCommandName": "Base根据汇报模板生成内容",
"CommandList": [ "Parameters": [
{ {
"$type": "CollectionOperationKit.ServerSideArrayOp, CollectionOperationKit", "$type": "Forguncy.Model.RequestServerCommandObjectParam, ServerDesignerCommon",
"OutParamaterName": "汇报列表" "ParamName": "生成日期",
},
{
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "处理汇报日期",
"ParameterValue": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=TEXT(生成日期,\"yyyy-MM-dd\")"
},
"ID": "4ace18ec3a9544668738b0790a291a54"
},
{
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "总工时",
"TableValue": {
"TableName": "任务工时表",
"TableValueType": 1,
"BindingInfos": [
{
"GUID": "373b5db3-9019-4c86-8b5d-b749601675b1",
"BindingInfo": {
"TableName": "任务工时表",
"ColumnName": "总工时",
"GUID": "46a18c6e-820c-44e3-9b0e-78348a51130d"
},
"ColumnName": "总工时"
}
],
"SqlCondition": {
"$type": "ForguncyDataAccess.RelationSqlCondition, ForguncyDataAccess",
"SubConditions": [
{
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "任务工时表",
"ColumnName": "执行人",
"GUID": "4b3d5f6f-19ec-4644-bc88-01914025be5c"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=汇报人"
}
},
{
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "任务工时表",
"ColumnName": "工时日期",
"GUID": "d0d914d3-0167-477a-a9ee-1b7549dd00b0"
},
"Value": { "Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon", "$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=生成日期" "SerializeProperty": "=生成日期"
} }
}, },
{ {
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess", "$type": "Forguncy.Model.RequestServerCommandObjectParam, ServerDesignerCommon",
"ColumnBindingInfo": { "ParamName": "汇报类型",
"TableName": "任务工时表",
"ColumnName": "工时类型",
"GUID": "117f7a1f-f51f-4722-ac8d-5b04732bc1b3"
},
"Value": "实际"
}
]
},
"NullFormulaValueQueryPolicy": 0
},
"ID": "46450718969a4aeea8c451b6a387a2bd"
},
{
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "最近报工项目",
"TableValue": {
"TableName": "任务工时表",
"BindingInfos": [
{
"GUID": "f53e666c-6927-4991-a7d0-035e05e98a09",
"BindingInfo": {
"TableName": "任务工时表",
"ColumnName": "项目ID",
"GUID": "9fe63173-5128-4215-acc4-6709548766a8"
},
"ColumnName": "项目ID"
},
{
"GUID": "302831ef-9cf8-4e69-a894-384b2ccbc7bd",
"BindingInfo": {
"TableName": "任务工时表",
"ColumnName": "项目ID",
"GUID": "eb8227d3-06cb-489a-b20e-0ea5a64755ec",
"RelationBinding": {
"RelatedTable": "项目表",
"RelatedColumn": "ID",
"DisplayColumn": "项目名称"
}
},
"ColumnName": "项目名称"
},
{
"GUID": "482ba89c-88c1-4834-a01d-dc6e61793310",
"BindingInfo": {
"TableName": "任务工时表",
"ColumnName": "总工时",
"GUID": "46a18c6e-820c-44e3-9b0e-78348a51130d"
},
"ColumnName": "总工时"
}
],
"SqlCondition": {
"$type": "ForguncyDataAccess.RelationSqlCondition, ForguncyDataAccess",
"SubConditions": [
{
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "任务工时表",
"ColumnName": "执行人",
"GUID": "4b3d5f6f-19ec-4644-bc88-01914025be5c"
},
"Value": { "Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon", "$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=汇报" "SerializeProperty": "=汇报类型"
} }
}, },
{ {
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess", "$type": "Forguncy.Model.RequestServerCommandObjectParam, ServerDesignerCommon",
"ColumnBindingInfo": { "ParamName": "汇报对象",
"TableName": "任务工时表",
"ColumnName": "工时日期",
"GUID": "d0d914d3-0167-477a-a9ee-1b7549dd00b0"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=生成日期"
}
},
{
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "任务工时表",
"ColumnName": "工时类型",
"GUID": "117f7a1f-f51f-4722-ac8d-5b04732bc1b3"
},
"Value": "实际"
}
]
},
"NullFormulaValueQueryPolicy": 0
},
"ID": "f172e7641ed8478d9abbae743aa187ed"
},
{
"$type": "Forguncy.Model.ConditionCommand, ServerDesignerCommon",
"ConditionAndCommandPairList": [
{
"Condition": {
"$type": "Forguncy.Model.IfCondition, ServerDesignerCommon",
"param": {
"$type": "Forguncy.Model.IfConditionServerSiteParam, ServerDesignerCommon",
"ParamObject": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=最近报工项目.Count"
}
},
"value": "0",
"compareType": 2
},
"CommandList": [
{
"$type": "Forguncy.Model.LoopCommand, ServerDesignerCommon",
"LoopInfo": {
"$type": "Forguncy.Model.CountLoopInfo, ServerDesignerCommon",
"LoopCount": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=最近报工项目"
},
"LoopItemParamName": "当前项目"
},
"CommandList": [
{
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "项目报工信息",
"TableValue": {
"TableName": "任务工时表",
"BindingInfos": [
{
"GUID": "109c944c-b561-471c-98d7-a013cb305188",
"BindingInfo": {
"TableName": "任务工时表",
"ColumnName": "执行内容",
"GUID": "0a31eb22-29b7-4138-a6a0-98d920d0f715"
},
"ColumnName": "工作内容"
}
],
"SqlCondition": {
"$type": "ForguncyDataAccess.RelationSqlCondition, ForguncyDataAccess",
"SubConditions": [
{
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "任务工时表",
"ColumnName": "执行人",
"GUID": "4b3d5f6f-19ec-4644-bc88-01914025be5c"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=汇报人"
}
},
{
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "任务工时表",
"ColumnName": "工时日期",
"GUID": "d0d914d3-0167-477a-a9ee-1b7549dd00b0"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=生成日期"
}
},
{
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "任务工时表",
"ColumnName": "项目ID",
"GUID": "d5d3e143-4db7-495f-973a-a6686207b7f3"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=当前项目.项目ID"
}
},
{
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"CompareType": 1,
"ColumnBindingInfo": {
"TableName": "任务工时表",
"ColumnName": "执行内容",
"GUID": "65c531dc-6b4c-4568-8153-a0ac38c3ec10"
},
"Value": "%Null%"
}
]
},
"NullFormulaValueQueryPolicy": 0
},
"ID": "1724b9cb79214e1e8af86bfb49938e9d"
},
{
"$type": "CollectionOperationKit.ServerSideObjectOp, CollectionOperationKit",
"OperationParamaterPairs": [
{
"Name": "项目名称",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=当前项目.项目名称"
}
},
{
"Name": "内容列表",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=项目报工信息"
}
}
],
"OutParamaterName": "单个项目"
},
{
"$type": "CollectionOperationKit.ServerSideArrayOp, CollectionOperationKit",
"InParamater": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=汇报列表"
},
"Operation": 4,
"OperationParamaterAName": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=单个项目"
},
"OutParamaterName": "汇报列表"
}
]
},
{
"$type": "CollectionOperationKit.ServerSideObjectOp, CollectionOperationKit",
"OperationParamaterPairs": [
{
"Name": "汇报列表",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=汇报列表"
}
}
],
"OutParamaterName": "数据源"
},
{
"$type": "CollectionOperationKit.ServerSideObjectOp, CollectionOperationKit",
"OperationParamaterPairs": [
{
"Name": "汇报日期",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=处理汇报日期"
}
},
{
"Name": "汇报人",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=汇报人"
}
},
{
"Name": "总工时",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=总工时.总工时"
}
},
{
"Name": "汇报列表",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=汇报列表"
}
}
],
"OutParamaterName": "数据源",
"Disabled": true
},
{
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "查找模板",
"TableValue": {
"TableName": "汇报模板对应表",
"TableValueType": 1,
"BindingInfos": [
{
"GUID": "d65d3c11-ebb1-4b7e-b8eb-ac58fbd7d5e2",
"BindingInfo": {
"TableName": "汇报模板对应表",
"ColumnName": "模板ID",
"GUID": "c7ff5824-2d67-4b0f-9b8f-e01ec06a8511",
"RelationBinding": {
"RelatedTable": "汇报模板",
"RelatedColumn": "ID",
"DisplayColumn": "模板内容"
}
},
"ColumnName": "模板内容"
}
],
"SqlCondition": {
"$type": "ForguncyDataAccess.RelationSqlCondition, ForguncyDataAccess",
"SubConditions": [
{
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "汇报模板对应表",
"ColumnName": "汇报对象",
"GUID": "86547761-1198-4fa9-90b9-ad99af9b3dc9"
},
"Value": { "Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon", "$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=汇报对象" "SerializeProperty": "=汇报对象"
} }
}, },
{ {
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess", "$type": "Forguncy.Model.RequestServerCommandObjectParam, ServerDesignerCommon",
"ColumnBindingInfo": { "ParamName": "对象ID",
"TableName": "汇报模板对应表",
"ColumnName": "汇报类型",
"GUID": "d831036f-9c97-4988-b548-4c7b25b5fc29"
},
"Value": { "Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon", "$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=汇报类型" "SerializeProperty": "=对象ID"
}
}
]
},
"NullFormulaValueQueryPolicy": 0,
"TopCount": "1"
},
"ID": "bf0cea8b763e46aeb807c216aeda31eb"
},
{
"$type": "Forguncy.Model.ConditionCommand, ServerDesignerCommon",
"ConditionAndCommandPairList": [
{
"Condition": {
"$type": "Forguncy.Model.IfCondition, ServerDesignerCommon",
"param": {
"$type": "Forguncy.Model.IfConditionServerSiteParam, ServerDesignerCommon",
"ParamObject": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=查找模板"
} }
}, },
"value": "%Null%",
"compareType": 1
},
"CommandList": [
{ {
"$type": "MustachePlugin.Render, MustachePlugin", "$type": "Forguncy.Model.RequestServerCommandObjectParam, ServerDesignerCommon",
"DataSrouce": { "ParamName": "汇报人",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon", "$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=查找模板.模板内容" "SerializeProperty": "=汇报人"
}
}
],
"ResultErrorCodeTo": {
"SerializeProperty": "code"
}, },
"UseCustomsDataHash": true, "ResultMessageTo": {
"CustomsDataHash": { "SerializeProperty": "msg"
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=数据源"
}, },
"SetMaxRecursionDepth": 11, "ReturnPropertiesTo": [
"ResultTo": "输出结果" {
"ResultPropertyName": "日报内容",
"ResultTo": {
"SerializeProperty": "生成汇报内容"
}
}, },
{ {
"$type": "Summernotetools.ReplaceTemplateParameters, Summernotetools", "ResultPropertyName": "日报文本",
"HtmlContent": { "ResultTo": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon", "SerializeProperty": "返回纯文本"
"SerializeProperty": "=输出结果" }
}, },
"ReplaceRules": { {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon", "ResultPropertyName": "返回总工时",
"SerializeProperty": "=\"\"" "ResultTo": {
}, "SerializeProperty": "返回总工时"
"ReturnText": true, }
"ResultTo": "纯文本" }
],
"RefreshAfterFinish": true,
"CheckDataValidation": true
}, },
{ {
"$type": "Forguncy.Model.ReturnCommand, ServerDesignerCommon", "$type": "Forguncy.Model.ReturnCommand, ServerDesignerCommon",
@@ -504,110 +139,26 @@
"ReturnPropertyName": "日报内容", "ReturnPropertyName": "日报内容",
"Value": { "Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon", "$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=输出结果" "SerializeProperty": "=生成汇报内容"
} }
}, },
{ {
"ReturnPropertyName": "日报文本", "ReturnPropertyName": "日报文本",
"Value": { "Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon", "$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=纯文本" "SerializeProperty": "=返回纯文本"
} }
}, },
{ {
"ReturnPropertyName": "返回总工时", "ReturnPropertyName": "返回总工时",
"Value": { "Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon", "$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=总工时.总工时" "SerializeProperty": "=返回总工时"
} }
} }
] ]
} }
], ],
"ID": "a65b10d3-963f-42ba-a1d1-d143217cf282"
},
{
"CommandList": [
{
"$type": "Forguncy.Model.ReturnCommand, ServerDesignerCommon",
"ErrorCode": "400",
"Message": "未找到模板",
"CustomReturns": [
{
"ReturnPropertyName": "日报内容"
},
{
"ReturnPropertyName": "日报文本"
},
{
"ReturnPropertyName": "返回总工时"
}
]
}
],
"ID": "06cb83e3-b6f5-4db5-b5a5-0bbf5826194a"
}
]
}
],
"ID": "c8d56b14-ef28-4e1a-bb85-c175d18ebb9e"
},
{
"CommandList": [
{
"$type": "Forguncy.Model.ReturnCommand, ServerDesignerCommon",
"ErrorCode": "400",
"Message": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=处理汇报日期&\"无报工内容!\""
},
"CustomReturns": [
{
"ReturnPropertyName": "日报内容"
},
{
"ReturnPropertyName": "日报文本"
},
{
"ReturnPropertyName": "返回总工时"
}
]
}
],
"ID": "18edc31a-b9aa-480b-818d-040ed89306bc"
}
]
}
]
},
"CatchCommandPart": {
"CommandList": [
{
"$type": "Forguncy.Model.ReturnCommand, ServerDesignerCommon",
"ErrorCode": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=ExceptionCode"
},
"Message": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=ExceptionMessage"
},
"CustomReturns": [
{
"ReturnPropertyName": "日报内容"
},
{
"ReturnPropertyName": "日报文本"
},
{
"ReturnPropertyName": "返回总工时"
}
]
}
]
}
}
],
"ReturnProperties": [ "ReturnProperties": [
{ {
"Name": "日报内容" "Name": "日报内容"

View File

@@ -101,7 +101,7 @@
}, },
{ {
"$type": "Forguncy.Model.RequestServerCommand, ServerDesignerCommon", "$type": "Forguncy.Model.RequestServerCommand, ServerDesignerCommon",
"ServerCommandName": "根据汇报模板生成内容", "ServerCommandName": "Base根据汇报模板生成内容",
"Parameters": [ "Parameters": [
{ {
"$type": "Forguncy.Model.RequestServerCommandObjectParam, ServerDesignerCommon", "$type": "Forguncy.Model.RequestServerCommandObjectParam, ServerDesignerCommon",
@@ -368,7 +368,7 @@
] ]
} }
], ],
"ID": "b34c65e6-807e-4f27-88d9-2f4f311da074" "ID": "3ff1755d-e7b2-4581-9048-711407ea8ff4"
}, },
{ {
"CommandList": [ "CommandList": [
@@ -438,17 +438,17 @@
"Disabled": true "Disabled": true
} }
], ],
"ID": "451852e4-2722-45e3-a3be-784e732eb4b3" "ID": "4122049c-a624-48e3-b860-bacb527162cb"
} }
] ]
} }
], ],
"ID": "db985719-024d-43df-a373-7bb3a7d26fcc" "ID": "cfbcf5a9-b98a-4e9d-9f20-c63d33c33c7f"
} }
] ]
} }
], ],
"ID": "2d3b03d4-71e6-4ef1-9d90-23c155296557" "ID": "7f80dcc9-7070-4bb8-a0ee-ed8df08e004f"
} }
] ]
} }