浏览代码

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 != ''">