|
@@ -359,6 +359,9 @@
|
|
<if test="openFlag != null and openFlag == 0">
|
|
<if test="openFlag != null and openFlag == 0">
|
|
AND er.open_flag_ = #{openFlag}
|
|
AND er.open_flag_ = #{openFlag}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="search != null and search != ''">
|
|
|
|
+ AND eb.name_ LIKE CONCAT('%',#{search},'%')
|
|
|
|
+ </if>
|
|
</where>
|
|
</where>
|
|
</sql>
|
|
</sql>
|
|
<select id="countExamRoomPage" resultType="java.lang.Integer">
|
|
<select id="countExamRoomPage" resultType="java.lang.Integer">
|