Jelajahi Sumber

:sparkles: 卡口证书预警/超限预警

lag 7 bulan lalu
induk
melakukan
895d8f2310

+ 1 - 1
download-center-server/src/main/java/com/shanghaichengdi/downloadcenterserver/service/impl/BoatWarningServiceImpl.java

@@ -84,7 +84,7 @@ public class BoatWarningServiceImpl extends ServiceImpl<BoatWarningMapper, BoatW
           if (StringUtils.hasLength(name)) {
             generateZsWarning1(vo, name);
             generateZsWarning2(vo, name);
-            generateCxWarning(vo, cxDictList);
+//            generateCxWarning(vo, cxDictList);
           }
         } catch (Exception e) {
           PrintLogUtils.printErrorLogInfo(e);

+ 2 - 2
download-center-server/src/main/resources/mapper/BoatWarningMapper.xml

@@ -81,7 +81,7 @@
                      ON INFODETAIL.OBJ_ID =
                         INFO.CODE
     where 1 = 1
-    and info.passtime >= to_date('2024-08-01 00:00:00','yyyy-mm-dd hh24:mi:ss')
-      and info.passtime &lt;= to_date('2024-08-31 23:59:59','yyyy-mm-dd hh24:mi:ss')
+      and info.passtime >= to_date('2024-08-01 00:00:00', 'yyyy-mm-dd hh24:mi:ss')
+      and info.passtime &lt;= to_date('2024-09-04 23:59:59', 'yyyy-mm-dd hh24:mi:ss')
   </select>
 </mapper>