bihs 1 هفته پیش
والد
کامیت
a2b9597a5e

+ 0 - 1
src/main/java/com/sooka/sponest/monitor/meiqiguan/controller/CenternonitorTBeidouPositionController.java

@@ -31,7 +31,6 @@ public class CenternonitorTBeidouPositionController extends BaseController {
     /**
      * 批量新增18平台北斗定位位置信息
      */
-    @Log(title = "18平台北斗定位位置信息", businessType = BusinessType.INSERT)
     @PostMapping("/saveBatchBeidouPosition")
     public AjaxResult saveBatch(@RequestBody List<Map<String, Object>> list) {
         List<Map<String, Object>> saveList = list.stream()

+ 0 - 1
src/main/java/com/sooka/sponest/monitor/meiqiguan/controller/CenternonitorTBeidouTrajectoryController.java

@@ -32,7 +32,6 @@ public class CenternonitorTBeidouTrajectoryController extends BaseController {
     /**
      * 批量新增18平台北斗定位历史轨迹
      */
-    @Log(title = "18平台北斗定位历史轨迹", businessType = BusinessType.INSERT)
     @PostMapping("/saveBatchBeidouTrajectory")
     public AjaxResult saveBatch(@RequestBody List<Map<String, Object>> list) {
         List<Map<String, Object>> saveList = list.stream()

+ 1 - 1
src/main/java/com/sooka/sponest/monitor/meiqiguan/service/impl/CenternonitorTBeidouTrajectoryServiceImpl.java

@@ -33,7 +33,7 @@ public class CenternonitorTBeidouTrajectoryServiceImpl implements ICenternonitor
         //向数据中心推送数据
         R dataResult = remoteDataBaseService.sendGpsEventEighteen(list);
         if (dataResult.getCode() == 200) {
-            log.info("北斗卫星定位车辆gps历史轨迹对接,数据推送成功");
+//            log.info("北斗卫星定位车辆gps历史轨迹对接,数据推送成功");
         } else {
             log.error("北斗卫星定位车辆gps历史轨迹对接,数据推送失败,原因:{}", dataResult.getMsg());
         }

+ 1 - 1
src/main/java/com/sooka/sponest/monitor/meiqiguan/service/impl/GasTankTravelMileageServiceImpl.java

@@ -42,7 +42,7 @@ public class GasTankTravelMileageServiceImpl implements IGasTankTravelMileageSer
                 //向数据中心推送数据
                 R dataResult = remoteDataBaseService.sendGpsEvent(obj.toString());
                 if (dataResult.getCode() == 200) {
-                    log.info("北斗卫星定位车辆gps历史轨迹对接,数据推送成功");
+//                    log.info("北斗卫星定位车辆gps历史轨迹对接,数据推送成功");
                 } else {
                     log.error("北斗卫星定位车辆gps历史轨迹对接,数据推送失败,原因:{}", dataResult.getMsg());
                 }