From 6ac48d66849c6dd14e5a4d91e462185678ab392a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E5=93=A5?= Date: Mon, 17 Jun 2024 18:29:20 +0800 Subject: [PATCH] =?UTF-8?q?{"Message":"1","MessageType":2,"Modules":[{"Sta?= =?UTF-8?q?te":1,"Type":23,"Name":"TableView/=E5=8F=8D=E9=A6=88=E6=94=B6?= =?UTF-8?q?=E9=9B=86=E4=BB=BB=E5=8A=A1=E5=8C=BF=E5=90=8D=E8=A7=86=E5=9B=BE?= =?UTF-8?q?"}],"Version":"v1"}?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .collaboration | 11 +---------- Tables/需求反馈/反馈收集任务匿名视图.json | 2 +- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/.collaboration b/.collaboration index 2cbf6c4d..e6a1bf09 100644 --- a/.collaboration +++ b/.collaboration @@ -249,16 +249,7 @@ }, { "ModuleName": "TableView/反馈收集任务匿名视图", - "State": 1, - "LockedBy": { - "UserName": "超哥", - "Email": "phoben@qq.com" - }, - "LockDateTime": "2024-06-17T18:27:49.2624728+08:00", - "ModuleType": 23, - "ToRemoveFiles": [ - "Tables\\需求反馈\\反馈收集任务匿名视图.json" - ] + "ModuleType": 23 }, { "ModuleName": "Tables/汇报", diff --git a/Tables/需求反馈/反馈收集任务匿名视图.json b/Tables/需求反馈/反馈收集任务匿名视图.json index 520ef3cd..6804d657 100644 --- a/Tables/需求反馈/反馈收集任务匿名视图.json +++ b/Tables/需求反馈/反馈收集任务匿名视图.json @@ -59,7 +59,7 @@ "ConnectionId": "业务表", "SourceTableName": "反馈收集任务匿名视图", "SourceTableSchema": "dbo", - "CreateViewSql": "SELECT\r\n[ID],\r\n[项目ID],\r\n[任务名称],\r\n[功能名称],\r\n[功能描述],\r\n[执行者],\r\n[任务类型]\r\nFROM[任务表]\r\nWHERE [收集反馈]=1;", + "CreateViewSql": "SELECT\r\n[ID],\r\n[项目ID],\r\n[任务名称],\r\n[功能名称],\r\n[功能描述],\r\n[执行者],\r\n[任务类型]\r\nFROM[任务表]\r\nWHERE [收集反馈]=1 AND [功能名称] is not null;", "ViewInfo": { "ViewName": "反馈收集任务匿名视图", "IsUpdatable": true,