fix: 修改sql中的关键字列名

This commit is contained in:
CaptainB 2022-03-08 11:30:51 +08:00 committed by 刘瑞斌
parent e59309da61
commit fb9ebd3811
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