文档库--数据导出处理对应标准,代替标准,被代替标准
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user