Ver Fonte

1.0.2 bug修改

xiaofei há 2 anos atrás
pai
commit
03f9346ac6
1 ficheiros alterados com 1 adições e 3 exclusões
  1. 1 3
      src/main/resources/mapper/TBSyncTaskMapper.xml

+ 1 - 3
src/main/resources/mapper/TBSyncTaskMapper.xml

@@ -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>