Files
clue/ServerCommands/项目反馈/后端新增项目反馈.json
cuckooent d619eb68aa {"Message":"1. 优化项目反馈页面,增加标题字段;\r\n2. 升级项目发布功能,支持从反馈中导入;\r\n3. 项目发布支持从反馈生成更新日志","MessageType":2,"Modules":[{"State":1,"Type":23,"Name":"TableView/用户角色关系视图","ExclusiveType":0},{"State":1,"Type":23,"Name":"TableView/组织级别视图","ExclusiveType":0},{"State":1,"Type":23,"Name":"TableView/角色组织关系视图","ExclusiveType":0},{"State":1,"Type":23,"Name":"TableView/组织信息视图","ExclusiveType":0},{"State":1,"Type":23,"Name":"TableView/角色拥有权限视图","ExclusiveType":0},{"State":1,"Type":23,"Name":"TableView/角色信息视图","ExclusiveType":0},{"State":1,"Type":23,"Name":"TableView/用户信息视图","ExclusiveType":0},{"State":1,"Type":23,"Name":"TableView/用户组织关系视图","ExclusiveType":0},{"State":1,"Type":23,"Name":"TableView/角色分类关系视图","ExclusiveType":0},{"State":1,"Type":7,"Name":"Table/反馈类型表"},{"State":1,"Type":7,"Name":"Table/FGC_商品表","ExclusiveType":0},{"State":1,"Type":7,"Name":"Table/FGC_订单记录","ExclusiveType":0},{"State":1,"Type":7,"Name":"Table/FGC_订单明细表","ExclusiveType":0},{"State":1,"Type":7,"Name":"Table/message_test","ExclusiveType":0},{"State":1,"Type":23,"Name":"TableView/任务平行视图"},{"State":1,"Type":1,"Name":"PCPage/处理反馈工单"},{"State":1,"Type":1,"Name":"PCPage/反馈与建议"},{"State":1,"Type":1,"Name":"PCPage/页面反馈录入"},{"State":1,"Type":1,"Name":"PCPage/新增报工"},{"State":1,"Type":1,"Name":"PCPage/任务列表"},{"State":1,"Type":1,"Name":"PCPage/项目反馈"},{"State":1,"Type":1,"Name":"PCPage/版本发布详情"},{"State":1,"Type":1,"Name":"PCPage/项目版本管理"},{"State":1,"Type":1,"Name":"PCPage/项目标题"},{"State":1,"Type":27,"Name":"ServerCommandPrivate/后端新增项目反馈"},{"State":1,"Type":15,"Name":"ServerCommand/匿名提交项目反馈"},{"State":2,"Type":15,"Name":"ServerCommand/更新项目处理结果"},{"State":1,"Type":15,"Name":"ServerCommand/新增项目发布记录"},{"State":1,"Type":28,"Name":"ProcessItem/反馈处理流程"},{"State":1,"Type":26,"Name":"Upload"},{"State":1,"Type":40,"Name":"Plugin"},{"State":3,"Type":7,"Name":"Table/发布包含反馈列表"},{"State":3,"Type":15,"Name":"ServerCommand/项目反馈发布完毕"},{"State":3,"Type":1,"Name":"PCPage/导入反馈"}],"Version":"v1"}
2024-08-31 14:09:44 +08:00

575 lines
21 KiB
JSON

{
"Name": "后端新增项目反馈",
"Enabled": true,
"Triggers": [
{
"$type": "Forguncy.SaveLoad.InvokeTriggerSaveData, ServerDesignerCommon",
"Parameters": [
{
"Name": "项目ID",
"DataValidationInfo": {
"IgnoreBlank": false
}
},
{
"Name": "关联任务",
"DataValidationInfo": {}
},
{
"Name": "反馈类型",
"DataValidationInfo": {
"IgnoreBlank": false
}
},
{
"Name": "标题",
"DataValidationInfo": {
"IgnoreBlank": false
}
},
{
"Name": "功能",
"DataValidationInfo": {
"IgnoreBlank": false
}
},
{
"Name": "内容",
"DataValidationInfo": {
"IgnoreBlank": false
}
},
{
"Name": "提交人",
"DataValidationInfo": {
"IgnoreBlank": false
}
},
{
"Name": "联系方式",
"DataValidationInfo": {}
}
]
}
],
"Commands": [
{
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "项目",
"TableValue": {
"TableName": "项目表",
"TableValueType": 1,
"BindingInfos": [
{
"GUID": "ce362c20-c1ef-4689-aa2e-83441cd4ef50",
"BindingInfo": {
"TableName": "项目表",
"ColumnName": "项目名称",
"GUID": "3b20d1db-744b-44c1-b375-dc719c94b921"
},
"ColumnName": "项目名称"
},
{
"GUID": "8b842fb8-31e3-4017-857e-b9ef48a0436b",
"BindingInfo": {
"TableName": "项目表",
"ColumnName": "项目状态",
"GUID": "45cf9a96-af0b-4a77-9d49-11592ff04081"
},
"ColumnName": "项目状态"
},
{
"GUID": "675e27bf-42ed-4ccb-bce7-9888c4e2de73",
"BindingInfo": {
"TableName": "项目表",
"ColumnName": "项目经理",
"GUID": "875ee18b-d7a8-42be-a90e-df248c82d1d5"
},
"ColumnName": "项目经理"
},
{
"GUID": "cfea2e79-3062-4891-9f47-e9e5ac6ec208",
"BindingInfo": {
"TableName": "项目表",
"ColumnName": "开启反馈收集",
"GUID": "dcd24bda-b2f8-443a-b3ab-6a63d9345551"
},
"ColumnName": "开启反馈收集"
}
],
"SqlCondition": {
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "项目表",
"ColumnName": "ID",
"GUID": "1323a917-a55e-4703-b4cc-50ef88f8a2a6"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=项目ID"
}
},
"NullFormulaValueQueryPolicy": 0,
"TopCount": "1"
},
"ID": "43b38f6aeac7476aa59f776442997b4a"
},
{
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "反馈类型表",
"TableValue": {
"TableName": "反馈类型表",
"TableValueType": 1,
"BindingInfos": [
{
"GUID": "f05cbe68-992d-4cb2-b9b4-0b97cbeef8e5",
"BindingInfo": {
"TableName": "反馈类型表",
"ColumnName": "反馈类型",
"GUID": "4cf4c557-2d13-47a3-880a-11a97e9bee6e"
},
"ColumnName": "反馈类型"
}
],
"SqlCondition": {
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "反馈类型表",
"ColumnName": "ID",
"GUID": "25162896-537d-4f20-a57a-125d91133662"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=反馈类型"
}
},
"NullFormulaValueQueryPolicy": 0,
"TopCount": "1"
},
"ID": "474dc903edf4427983dc0c4f92c0c332"
},
{
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "当前用户",
"ParameterValue": "%CurrentUser%",
"ID": "5841edd70613491daaa8f5e02731f9ba"
},
{
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "任务",
"TableValue": {
"TableName": "任务表",
"TableValueType": 1,
"BindingInfos": [
{
"GUID": "de97885b-14f6-406f-937b-97b79bd12768",
"BindingInfo": {
"TableName": "任务表",
"ColumnName": "任务名称",
"GUID": "1c45b42c-aba6-44c7-ba53-0aaeedf6a9f6"
},
"ColumnName": "任务名称"
}
],
"SqlCondition": {
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "任务表",
"ColumnName": "ID",
"GUID": "e4ac11fa-f908-499d-8b80-fac491d9bd25"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=关联任务"
}
},
"NullFormulaValueQueryPolicy": 0,
"TopCount": "1"
},
"ID": "d7bef5f0274f4a349218203ef1a2dc7c"
},
{
"$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": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "获取任务描述",
"ParameterValue": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=任务.任务名称"
},
"ID": "65851cf1cc2c4aea8f0bffa89bc51c81"
}
],
"ID": "7c9e1197-fa39-4838-97ed-f9f91a3db834"
},
{
"CommandList": [
{
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "获取任务描述",
"ParameterValue": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=功能"
},
"ID": "241b7726859442948ac5735d8e62f67b"
}
],
"ID": "74459173-20fa-46b8-ada7-d795ac43a3f5"
}
]
},
{
"$type": "Forguncy.Model.ConditionCommand, ServerDesignerCommon",
"ConditionAndCommandPairList": [
{
"Condition": {
"$type": "ForguncyDataAccess.RelationSqlCondition, ForguncyDataAccess",
"SubConditions": [
{
"$type": "ForguncyDataAccess.RelationSqlCondition, ForguncyDataAccess",
"SubConditions": [
{
"$type": "Forguncy.Model.IfCondition, ServerDesignerCommon",
"param": {
"$type": "Forguncy.Model.IfConditionServerSiteParam, ServerDesignerCommon",
"ParamObject": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=项目.项目状态"
}
},
"value": "1",
"LeftBracket": 1
},
{
"$type": "Forguncy.Model.IfCondition, ServerDesignerCommon",
"param": {
"$type": "Forguncy.Model.IfConditionServerSiteParam, ServerDesignerCommon",
"ParamObject": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=项目.项目状态"
}
},
"value": "2",
"RightBracket": 1
}
],
"RelationType": 1
},
{
"$type": "Forguncy.Model.IfCondition, ServerDesignerCommon",
"param": {
"$type": "Forguncy.Model.IfConditionServerSiteParam, ServerDesignerCommon",
"ParamObject": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=项目.开启反馈收集"
}
},
"value": "1"
}
]
},
"CommandList": [
{
"$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": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "任务",
"TableValue": {
"TableName": "任务表",
"TableValueType": 1,
"BindingInfos": [
{
"GUID": "e3ecae0f-5c8b-4ebb-9ce4-fd868347a3a5",
"BindingInfo": {
"TableName": "任务表",
"ColumnName": "任务负责人",
"GUID": "2cd0170f-294c-42f3-8454-9a4dce1688bf"
},
"ColumnName": "执行者"
}
],
"SqlCondition": {
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "任务表",
"ColumnName": "ID",
"GUID": "25ebd14a-0805-42d7-8e46-45e36e9f3d1e"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=关联任务"
}
},
"NullFormulaValueQueryPolicy": 0
},
"ID": "fd2822da1de64295b72c009c01587d94"
},
{
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "处理人",
"ParameterValue": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=任务.执行者"
},
"ID": "109c2c792f3140fcb18391d665ba6466"
}
],
"ID": "c612e453-c66e-49ae-b555-981c6b67c2e8"
},
{
"CommandList": [
{
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "处理人",
"ParameterValue": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=项目.项目经理"
},
"ID": "c294a5b08553459f94f2a11f8d1ed02c"
}
],
"ID": "35c28655-5fbd-4ec6-83fe-9757eb3af4eb"
}
]
},
{
"$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%"
},
"CommandList": [
{
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "处理人",
"ParameterValue": "Administrator",
"ID": "299f253110674735a00ec8d2450d5a25"
}
],
"ID": "fb43b7b4-a70b-4a61-8d77-70c5e2bac747"
}
]
},
{
"$type": "Forguncy.Model.UpdateDataTableCommand, ServerDesignerCommon",
"TableName": "需求反馈登记表",
"UpdateType": "add",
"ShowConfirm": false,
"UpdateBindingValues": [
{
"BindingInfo": {
"TableName": "需求反馈登记表",
"ColumnName": "项目ID",
"GUID": "c4a7621f-f4b2-4ed4-9a7b-2f2f6985dfa3"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=项目ID"
}
},
{
"BindingInfo": {
"TableName": "需求反馈登记表",
"ColumnName": "标题",
"GUID": "2700e224-5778-4d2f-b4e2-c8afea2c3cee"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=标题"
}
},
{
"BindingInfo": {
"TableName": "需求反馈登记表",
"ColumnName": "关联任务",
"GUID": "accbc5de-6f9e-465a-842f-11770f884c71"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=关联任务"
}
},
{
"BindingInfo": {
"TableName": "需求反馈登记表",
"ColumnName": "反馈类型",
"GUID": "6fd4371b-1d2e-4eb4-af62-e642f1903071"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=反馈类型"
}
},
{
"BindingInfo": {
"TableName": "需求反馈登记表",
"ColumnName": "功能",
"GUID": "4399135f-68de-4356-8e9e-8c3fb579c7ff"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=功能"
}
},
{
"BindingInfo": {
"TableName": "需求反馈登记表",
"ColumnName": "内容",
"GUID": "28d26108-9623-40ca-9616-2a3607a0a009"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=内容"
}
},
{
"BindingInfo": {
"TableName": "需求反馈登记表",
"ColumnName": "提交人",
"GUID": "044775b2-b29e-422b-baa0-7f922c495423"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=提交人"
}
},
{
"BindingInfo": {
"TableName": "需求反馈登记表",
"ColumnName": "联系方式",
"GUID": "fb21cb0b-4000-40f9-9824-245ac8384174"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=联系方式"
}
},
{
"BindingInfo": {
"TableName": "需求反馈登记表",
"ColumnName": "处理人",
"GUID": "016aef9d-118b-4781-867a-0acfe696fd08"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=处理人"
}
},
{
"BindingInfo": {
"TableName": "需求反馈登记表",
"ColumnName": "状态",
"GUID": "cb4b3bcb-c93d-4543-803c-a74b7593b764"
},
"Value": "0"
}
],
"ParamNameToSaveNewRowValue": "新反馈"
},
{
"$type": "Forguncy.Model.ProcessStartCommand, ServerDesignerCommon",
"ProcessDefinitionResourceName": "反馈处理流程",
"ProcessInstanceName": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=标题"
},
"SelectedTable": "需求反馈登记表",
"RowsToUpdate": 1,
"RowsToUpdateCondition": {
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "需求反馈登记表",
"ColumnName": "ID",
"GUID": "8e8dac33-0e65-4a7e-96a6-9e4b1d23dee5"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=新反馈.ID"
}
},
"Initiator": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=IF(当前用户=\"\",\"Administrator\",当前用户)"
},
"ReturnResultName": "发起流程结果"
},
{
"$type": "Forguncy.Model.ReturnCommand, ServerDesignerCommon",
"ErrorCode": "0",
"Message": "感谢您的提交!",
"CustomReturns": [
{
"ReturnPropertyName": "反馈编号",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=新反馈.工单编号"
}
}
]
}
],
"ID": "bd8aa459-3dc2-4aa4-abf4-249a50c5ab9c"
},
{
"CommandList": [
{
"$type": "Forguncy.Model.ReturnCommand, ServerDesignerCommon",
"ErrorCode": "400",
"Message": "该项目暂时关闭反馈通道,请联系商务经理!",
"CustomReturns": [
{
"ReturnPropertyName": "反馈编号"
}
]
}
],
"ID": "0bb8d9bf-8a26-412d-9103-1d73562ee7bf"
}
]
}
],
"ReturnProperties": [
{
"Name": "反馈编号"
}
]
}