소스 검색

e级修复

xw 3 일 전
부모
커밋
ad8402f6e5
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      fs-service/src/main/resources/mapper/sop/SopUserLogsMapper.xml

+ 1 - 2
fs-service/src/main/resources/mapper/sop/SopUserLogsMapper.xml

@@ -279,7 +279,6 @@
             sop_user_logs ul  LEFT JOIN qw_sop qs on ul.sop_id=qs.id
         WHERE
             ul.`status` = '1'
-          and qs.is_rating=1
           and qs.type=2
           and qs.send_type in (2,11)
           and qs.`status` in (2,3)
@@ -300,7 +299,7 @@
           and qs.type=2
           and qs.send_type in (2,11)
           and qs.`status` in (2,3)
-          AND ( DATEDIFF( CURRENT_DATE, ul.start_time ) ) < #{notStudyDays}
+
         ORDER BY id ASC
             LIMIT #{offset}, #{pageSize}
     </select>