|
@@ -17,9 +17,7 @@
|
|
|
t_b_sync_task tbt
|
|
|
left join sys_user su on su.id = tbt.create_id
|
|
|
<where>
|
|
|
- <if test="schoolId != null and schoolId != ''">
|
|
|
- and tbt.school_id = #{schoolId}
|
|
|
- </if>
|
|
|
+
|
|
|
<if test="status != null and status != ''">
|
|
|
and tbt.status = #{status}
|
|
|
</if>
|