|  | @@ -569,14 +569,14 @@
 | 
											
												
													
														|  |                      AND DAY(fs_user_course_count.complete_watch_date) = DAY(NOW())
 |  |                      AND DAY(fs_user_course_count.complete_watch_date) = DAY(NOW())
 | 
											
												
													
														|  |                  </when>
 |  |                  </when>
 | 
											
												
													
														|  |                  <when test = "tabValue == 3">
 |  |                  <when test = "tabValue == 3">
 | 
											
												
													
														|  | -                    AND fs_user_course_count.status = 3
 |  | 
 | 
											
												
													
														|  | 
 |  | +                    AND (fs_user_course_count.status = 3 or fs_user_course_count.status is null)
 | 
											
												
													
														|  |                  </when>
 |  |                  </when>
 | 
											
												
													
														|  |              </choose>
 |  |              </choose>
 | 
											
												
													
														|  |          </if>
 |  |          </if>
 | 
											
												
													
														|  |          <if test="watchCourseType != null and watchCourseType !='' ">
 |  |          <if test="watchCourseType != null and watchCourseType !='' ">
 | 
											
												
													
														|  |              <choose>
 |  |              <choose>
 | 
											
												
													
														|  |                  <when test = "watchCourseType == 1">
 |  |                  <when test = "watchCourseType == 1">
 | 
											
												
													
														|  | -                    AND fs_user_course_count.status = 3
 |  | 
 | 
											
												
													
														|  | 
 |  | +                    AND (fs_user_course_count.status = 3 or fs_user_course_count.status is null)
 | 
											
												
													
														|  |                  </when>
 |  |                  </when>
 | 
											
												
													
														|  |                  <when test = "watchCourseType == 2">
 |  |                  <when test = "watchCourseType == 2">
 | 
											
												
													
														|  |                      AND fs_user_course_count.status = 1
 |  |                      AND fs_user_course_count.status = 1
 | 
											
										
											
												
													
														|  | @@ -592,7 +592,7 @@
 | 
											
												
													
														|  |                      AND fs_user_course_count.miss_course_status = 1
 |  |                      AND fs_user_course_count.miss_course_status = 1
 | 
											
												
													
														|  |                  </when>
 |  |                  </when>
 | 
											
												
													
														|  |                  <when test = "missCourseStatus == 2">
 |  |                  <when test = "missCourseStatus == 2">
 | 
											
												
													
														|  | -                    AND fs_user_course_count.miss_course_status = 2
 |  | 
 | 
											
												
													
														|  | 
 |  | +                    AND (fs_user_course_count.miss_course_status = 2 or fs_user_course_count.miss_course_status is null )
 | 
											
												
													
														|  |                  </when>
 |  |                  </when>
 | 
											
												
													
														|  |              </choose>
 |  |              </choose>
 | 
											
												
													
														|  |          </if>
 |  |          </if>
 |