Ver código fonte

课时统计调整

dzx 6 meses atrás
pai
commit
184459130c

+ 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">