Bläddra i källkod

船闸数据接收,特别注意数据库关键字

zoro 1 år sedan
förälder
incheckning
b4c1fba130

+ 4 - 0
src/main/java/com/shcd/service/impl/ShipIllegalAutoServiceImpl.java

@@ -11,6 +11,8 @@ import com.shcd.service.ShipIllegalArtificialService;
 import com.shcd.service.ShipIllegalAutoService;
 import com.shcd.mapper.ShipIllegalAutoMapper;
 import com.xxl.job.core.biz.model.ReturnT;
+import com.xxl.job.core.log.XxlJobLogger;
+import org.locationtech.jts.awt.PointShapeFactory;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.beans.factory.annotation.Value;
 import org.springframework.stereotype.Service;
@@ -61,6 +63,8 @@ public class ShipIllegalAutoServiceImpl extends ServiceImpl<ShipIllegalAutoMappe
             }
             return ReturnT.FAIL;
         } catch (Exception e) {
+            XxlJobLogger.log(e.getMessage() + e.getCause() + "000000");
+            log.error(e.getMessage() + "11111");
             return ReturnT.FAIL;
         }
     }

+ 4 - 4
src/test/java/test.java

@@ -35,10 +35,10 @@ public class test {
     @Test
     public void test2() {
         Date date = new Date();
-//        String end = DateUtils.dateToString(date, "yyyy-MM-dd HH:mm");
-//        String start = DateUtils.dateToString(new Date(date.getTime() - 5 * 60 * 1000), "yyyy-MM-dd HH:mm");
-        String start = "2023-10-17 00:00";
-        String end = "2023-10-17 23:59";
+        String end = DateUtils.dateToString(date, "yyyy-MM-dd HH:mm");
+        String start = DateUtils.dateToString(new Date(date.getTime() - 5 * 60 * 1000), "yyyy-MM-dd HH:mm");
+        //String start = "2023-10-17 00:00";
+        //String end = "2023-10-17 23:59";
         HttpResponse execute = HttpUtil.createGet("http://222.66.154.74:8024/xunxiang/ship/open/get-illegal-info?start=" + start + "&end=" + end).
                 header("secretId", "durr").
                 header("secretKey", "WpEuxS+GyBzT0go10TGJeQjR5reA0LolEkmVzfmS87dU7H7LNP2xYsD1rmGgoEHx8ApuX8GaIPgZsUhOa8wJ+YkfkTsuMC74zMOVCyt5xOw=").execute();