文档库--数据导出处理对应标准,代替标准,被代替标准

This commit is contained in:
zhn
2022-03-02 14:28:21 +08:00
parent b4627a9a31
commit 41ef060a89
2 changed files with 55 additions and 2 deletions
@@ -123,7 +123,7 @@
<select id="getFieldList" resultType="com.jero.generater.modules.online.cgform.entity.OnlCgformField">
select * from onl_cgform_field ocf
left join onl_cgform_head och on ocf.cgform_head_id = och.id
where table_name =#{tableName} and is_delete = 0
where table_name =#{tableName} and ocf.is_delete = 0
order by order_num asc
</select>