From 62eb499b0c969f246d3245d1429a97da4de1ce28 Mon Sep 17 00:00:00 2001
From: 钟日健 <arsn163@163.com>
Date: Mon, 01 Jun 2026 20:46:13 +0800
Subject: [PATCH] feat: 成绩查询增加年龄查询返回

---
 src/main/java/org/springblade/modules/equipage/controller/fixed.java |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/java/org/springblade/modules/equipage/controller/fixed.java b/src/main/java/org/springblade/modules/equipage/controller/fixed.java
index fc41a99..f71eceb 100644
--- a/src/main/java/org/springblade/modules/equipage/controller/fixed.java
+++ b/src/main/java/org/springblade/modules/equipage/controller/fixed.java
@@ -116,7 +116,7 @@
 							"'" + liveLocation.getLatitude() + "'" + "," +
 							"'" + new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(liveLocation.getRecordTime()) + "'" + ")";
 					//FtpUtil.sqlFileUpload(s1);
-					myAsyncService.FTP(s1);
+					myAsyncService.dataSync(s1);
 				} else {
 					status = liveLocationService.updateById(liveLocationInfo);
 					//内网同步
@@ -128,7 +128,7 @@
 							",record_time = " + "'" + new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(liveLocationInfo.getRecordTime()) + "'" +
 							" " + "where id = " + "'" + liveLocationInfo.getId() + "'";
 					//FtpUtil.sqlFileUpload(s1);
-					myAsyncService.FTP(s1);
+					myAsyncService.dataSync(s1);
 				}
 			}
 		}
@@ -201,7 +201,7 @@
 					}
 				}
 				//FtpUtil.sqlFileUpload(s1);
-				myAsyncService.FTP(s1);
+				myAsyncService.dataSync(s1);
 			}
 		}
 	}
@@ -268,7 +268,7 @@
 									"'" + liveLocation.getLatitude() + "'" + "," +
 									"'" + new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(liveLocation.getRecordTime()) + "'" + ")";
 							//FtpUtil.sqlFileUpload(s1);
-							myAsyncService.FTP(s1);
+							myAsyncService.dataSync(s1);
 						}
 					} else {
 						status = liveLocationService.updateById(liveLocationInfo);
@@ -282,7 +282,7 @@
 									",record_time = " + "'" + new SimpleDateFormat("yyyy-MM-dd HH:mm:ss").format(liveLocationInfo.getRecordTime()) + "'" +
 									" " + "where id = " + "'" + liveLocationInfo.getId() + "'";
 							//FtpUtil.sqlFileUpload(s1);
-							myAsyncService.FTP(s1);
+							myAsyncService.dataSync(s1);
 						}
 					}
 				}
@@ -324,7 +324,7 @@
 			params.put("beginTime", df.format(calendar.getTime()));
 			params.put("endTime", df.format(new Date()));
 			params.put("rectify", 0);
-			params.put("callbackUrl", "http://223.82.109.183:2080/api/locus/SaveUrl");
+			params.put("callbackUrl", "http://61.131.136.25:2080/api/locus/SaveUrl");
 			params.put("callbackId", maps.get(i).get("carnumber").toString());
 			params.put("appId", "PO00000761");
 			params.put("timestamp", System.currentTimeMillis());

--
Gitblit v1.9.3