44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"Name": "每日生成日报",
|
|
"Description": "每日自动运行,生成昨日日报数据",
|
|
"Enabled": true,
|
|
"Triggers": [
|
|
{
|
|
"$type": "Forguncy.SaveLoad.DailyScheduleTriggerSaveData, ServerDesignerCommon",
|
|
"StartDateTime": 45457.00069444445,
|
|
"ScheduleRunInDebugServer": false
|
|
}
|
|
],
|
|
"Commands": [
|
|
{
|
|
"$type": "Forguncy.Model.RequestServerCommand, ServerDesignerCommon",
|
|
"ServerCommandName": "自动生成日报",
|
|
"Parameters": [
|
|
{
|
|
"$type": "Forguncy.Model.RequestServerCommandObjectParam, ServerDesignerCommon",
|
|
"ParamName": "汇报日期",
|
|
"Value": {
|
|
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
|
|
"SerializeProperty": "=TODAY()-1"
|
|
}
|
|
}
|
|
],
|
|
"ResultErrorCodeTo": {
|
|
"SerializeProperty": "cdoe"
|
|
},
|
|
"ResultMessageTo": {
|
|
"SerializeProperty": "msg"
|
|
},
|
|
"RefreshAfterFinish": true,
|
|
"CheckDataValidation": true,
|
|
"BreakpointIdentity": "6e3603d9-fb31-4b9f-b4c5-35be4b715aa4"
|
|
},
|
|
{
|
|
"$type": "Forguncy.Model.ReturnCommand, ServerDesignerCommon",
|
|
"ErrorCode": "0",
|
|
"Message": "已成功生成工作日报!",
|
|
"BreakpointIdentity": "6c866cf1-2e0c-44f2-a4f2-ae2b3e4d3b88"
|
|
}
|
|
],
|
|
"ReturnProperties": []
|
|
} |