dzx пре 6 месеци
родитељ
комит
184459130c
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/main/resources/mapper/classtime/ClassTimeStatisticsMapper.xml

+ 1 - 0
src/main/resources/mapper/classtime/ClassTimeStatisticsMapper.xml

@@ -15,6 +15,7 @@
         INNER JOIN xjr_workflow_form_relation t3 ON t2.id = t3.form_key_value
         WHERE t3.current_state = 'COMPLETED' and t2.enabled_mark = 1
         AND t1.schedule_date BETWEEN #{dto.startDate} and #{dto.endDate}
+        and t1.course_time_type is not null
     </select>
 
     <select id="getCourseList" parameterType="com.xjrsoft.module.classtime.entity.ClassTimeStatistics" resultType="com.xjrsoft.module.classtime.vo.CourseListVo">