Преглед на файлове

Merge branch 'dev_v3.0.1' of http://git.qmth.com.cn/wangliang/distributed-print-service into dev_v3.0.1

xiaof преди 3 години
родител
ревизия
1d29e13548
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      distributed-print-business/src/main/resources/mapper/TCStatisticsMapper.xml

+ 1 - 1
distributed-print-business/src/main/resources/mapper/TCStatisticsMapper.xml

@@ -382,7 +382,7 @@
             <if test="teachingRoomId != null and teachingRoomId != ''">
                 and tcs.teaching_room_id = #{teachingRoomId}
             </if>
-            <if test="status != null and status != ''">
+            <if test="status != null">
                 and tcs.status = #{status}
             </if>
             <if test="courseName != null and courseName != ''">