|
@@ -34,7 +34,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
left join gen_table t on t.table_id = r.relation_parent_id
|
|
left join gen_table t on t.table_id = r.relation_parent_id
|
|
left join gen_table_column c on c.column_id = r.relation_child_id
|
|
left join gen_table_column c on c.column_id = r.relation_child_id
|
|
<where>
|
|
<where>
|
|
- is_del = 'N'
|
|
|
|
<if test="description != null and description != ''">
|
|
<if test="description != null and description != ''">
|
|
AND description like concat('%', #{description}, '%')
|
|
AND description like concat('%', #{description}, '%')
|
|
</if>
|
|
</if>
|