|
@@ -25,13 +25,13 @@
|
|
<sql id="queryPageCondition">
|
|
<sql id="queryPageCondition">
|
|
<where>
|
|
<where>
|
|
<if test="teacherId != null">
|
|
<if test="teacherId != null">
|
|
- teacher_id_ = #{teacherId}
|
|
|
|
|
|
+ and teacher_id_ = #{teacherId}
|
|
</if>
|
|
</if>
|
|
<if test="title != null">
|
|
<if test="title != null">
|
|
- title_ = #{title}
|
|
|
|
|
|
+ and title_ = #{title}
|
|
</if>
|
|
</if>
|
|
<if test="batchNo != null">
|
|
<if test="batchNo != null">
|
|
- batch_no_ = #{batchNo}
|
|
|
|
|
|
+ and batch_no_ = #{batchNo}
|
|
</if>
|
|
</if>
|
|
<if test="assignStartTime != null">
|
|
<if test="assignStartTime != null">
|
|
AND ee.create_time_ >= #{assignStartTime}
|
|
AND ee.create_time_ >= #{assignStartTime}
|