Files
clue/SchedulerTasks/定时任务/定时更新会议信息.json

93 lines
3.2 KiB
JSON

{
"Name": "定时更新会议信息",
"Enabled": true,
"Triggers": [
{
"$type": "Forguncy.SaveLoad.ScheduleTriggerSaveData, ServerDesignerCommon",
"StartDateTime": 45625.0,
"ScheduleRunInDebugServer": false
}
],
"Commands": [
{
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "未结束会议",
"TableValue": {
"TableName": "会议记录表",
"BindingInfos": [
{
"GUID": "a45f6edb-b6d4-4a52-a624-0918d6261aeb",
"BindingInfo": {
"TableName": "会议记录表",
"ColumnName": "钉钉会议ID",
"GUID": "59b994f1-1b15-4606-940d-d9c222f34468"
},
"ColumnName": "钉钉会议ID"
}
],
"SqlCondition": {
"$type": "ForguncyDataAccess.RelationSqlCondition, ForguncyDataAccess",
"SubConditions": [
{
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "会议记录表",
"ColumnName": "会议状态",
"GUID": "feb0b45e-80dc-465c-8220-0d793e372e23"
},
"Value": "2"
},
{
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"CompareType": 5,
"ColumnBindingInfo": {
"TableName": "会议记录表",
"ColumnName": "会议开始时间",
"GUID": "117bec0b-6642-4a66-ae7e-5fab726a6023"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=NOW()-(1/24)"
}
}
]
}
},
"ID": "dab7e1a81fd441ec8d4c35bedb9908e0",
"Comments": "寻找已经开始1小时且未结束的",
"BreakpointIdentity": "c0a2f5d0-83ba-4c88-a177-4c872d68ff66"
},
{
"$type": "Forguncy.Model.LoopCommand, ServerDesignerCommon",
"LoopInfo": {
"$type": "Forguncy.Model.CountLoopInfo, ServerDesignerCommon",
"LoopCount": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=未结束会议"
},
"LoopItemParamName": "Item"
},
"CommandList": [
{
"$type": "Forguncy.Model.RequestServerCommand, ServerDesignerCommon",
"ServerCommandName": "更新钉钉会议信息",
"Parameters": [
{
"$type": "Forguncy.Model.RequestServerCommandObjectParam, ServerDesignerCommon",
"ParamName": "钉钉会议ID",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=Item.钉钉会议ID"
}
}
],
"RefreshAfterFinish": true,
"CheckDataValidation": true,
"BreakpointIdentity": "4280c79c-e600-4e6c-a929-d3f09e348339"
}
],
"BreakpointIdentity": "c046347a-045c-4464-9114-ffbb79720235"
}
],
"ReturnProperties": []
}