Skip to content
代码片段 群组 项目
未验证 提交 5b8d839a 编辑于 作者: Vivien Nicolas's avatar Vivien Nicolas 提交者: GitHub
浏览文件

Add cluster description field to selectAllClustersDetailsFromEndpointTypes (#727)

上级 9ffb3b7c
No related branches found
No related tags found
无相关合并请求
......@@ -169,6 +169,7 @@ async function selectAllClustersDetailsFromEndpointTypes(db, endpointTypes) {
id: x.CLUSTER_ID,
name: x.NAME,
code: x.CODE,
description: x.DESCRIPTION,
define: x.DEFINE,
mfgCode: x.MANUFACTURER_CODE,
side: x.SIDE,
......@@ -186,6 +187,7 @@ async function selectAllClustersDetailsFromEndpointTypes(db, endpointTypes) {
SELECT
CLUSTER.CLUSTER_ID,
CLUSTER.CODE,
CLUSTER.DESCRIPTION,
CLUSTER.MANUFACTURER_CODE,
CLUSTER.NAME,
CLUSTER.DEFINE,
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册