From e30ffbcb28d5cf24a5cf11d7487b1f9a8d82540e Mon Sep 17 00:00:00 2001
From: tangzy <tangzy123456>
Date: Fri, 10 Dec 2021 17:24:56 +0800
Subject: [PATCH] 1.押运

---
 src/main/java/org/springblade/modules/equipage/controller/fixed.java |    4 ++--
 1 files changed, 2 insertions(+), 2 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 8e76ad2..4208321 100644
--- a/src/main/java/org/springblade/modules/equipage/controller/fixed.java
+++ b/src/main/java/org/springblade/modules/equipage/controller/fixed.java
@@ -107,7 +107,7 @@
 				status = liveLocationService.save(liveLocation);
 				//数据推送
 				String s1 =
-					"insert into sys_live_location(id,type,worker_id,longitude,latitude,record_time,location) " +
+					"insert into sys_live_location(id,type,worker_id,longitude,latitude,record_time) " +
 						"values(" + "'" + liveLocation.getId() + "'" + "," +
 						"'" + liveLocation.getType() + "'" + "," +
 						"'" + liveLocation.getWorkerId() + "'" + "," +
@@ -253,7 +253,7 @@
 					status = liveLocationService.save(liveLocation);
 					//数据推送
 					String s1 =
-						"insert into sys_live_location(id,type,worker_id,longitude,latitude,record_time,location) " +
+						"insert into sys_live_location(id,type,worker_id,longitude,latitude,record_time) " +
 							"values(" + "'" + liveLocation.getId() + "'" + "," +
 							"'" + liveLocation.getType() + "'" + "," +
 							"'" + liveLocation.getWorkerId() + "'" + "," +

--
Gitblit v1.9.3