Browse Source

新增对课程模板发送的也评级

xw 1 week ago
parent
commit
bfea2d0a49
1 changed files with 2 additions and 2 deletions
  1. 2 2
      fs-service/src/main/resources/mapper/sop/SopUserLogsMapper.xml

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

@@ -279,7 +279,7 @@
         WHERE
             ul.`status` = '1'
           and qs.type=2
-          and qs.send_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
@@ -295,7 +295,7 @@
         WHERE
             ul.`status` = '1'
           and qs.type=2
-          and qs.send_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