fix: 修复sql列名出现关键字

This commit is contained in:
CaptainB 2022-03-07 10:56:11 +08:00 committed by 刘瑞斌
parent abc86b091b
commit dbd85c1495
1 changed files with 1 additions and 1 deletions

View File

@ -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