|
@@ -30,7 +30,6 @@
|
|
|
id,
|
|
|
school_id schoolId,
|
|
|
name,
|
|
|
- type,
|
|
|
classify,
|
|
|
attachment_id attachmentId,
|
|
|
enable,
|
|
@@ -43,9 +42,6 @@
|
|
|
<if test="schoolId != null and schoolId != ''">
|
|
|
and school_id = #{schoolId}
|
|
|
</if>
|
|
|
- <if test="type != null and type != ''">
|
|
|
- and type = #{type}
|
|
|
- </if>
|
|
|
<if test="name != null and name != ''">
|
|
|
and name like concat('%',#{name}, '%')
|
|
|
</if>
|