From dbd85c1495595cc14c7fdb08ff84aabf4c244ae8 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Mon, 7 Mar 2022 10:56:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dsql=E5=88=97=E5=90=8D?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E5=85=B3=E9=94=AE=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../base/mapper/ext/ExtCustomFieldTemplateMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/java/io/metersphere/base/mapper/ext/ExtCustomFieldTemplateMapper.xml b/backend/src/main/java/io/metersphere/base/mapper/ext/ExtCustomFieldTemplateMapper.xml index 8739a7a80f..92b4aeb05e 100644 --- a/backend/src/main/java/io/metersphere/base/mapper/ext/ExtCustomFieldTemplateMapper.xml +++ b/backend/src/main/java/io/metersphere/base/mapper/ext/ExtCustomFieldTemplateMapper.xml @@ -11,7 +11,7 @@ select field_id, template_id, required, default_value, custom_data, cft.id as id, - cf.name as name, cf.type as type, cf.remark as remark, cf.`system` as system, cf.options as options + cf.name as name, cf.type as type, cf.remark as remark, cf.`system` as `system`, cf.options as options from custom_field_template cft inner join custom_field cf on cft.field_id = cf.id