浏览代码

fix:命题计划统计更改

caozixuan 3 年之前
父节点
当前提交
87514da850
共有 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 != ''">