Browse Source

调整发送SOP查询的条数

吴树波 14 hours ago
parent
commit
6f6c45fd5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fs-service/src/main/resources/mapper/sop/QwSopLogsMapper.xml

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

@@ -861,6 +861,6 @@
         <![CDATA[
           and ql.send_time <= now()
         ]]>
-        order by ql.sort DESC ,ql.send_time asc limit 30
+        order by ql.sort DESC ,ql.send_time asc limit 50
     </select>
 </mapper>