智慧保安后台管理-外网项目备份
tangzy
2021-12-10 e30ffbcb28d5cf24a5cf11d7487b1f9a8d82540e
1.押运
1 files modified
4 ■■■■ changed files
src/main/java/org/springblade/modules/equipage/controller/fixed.java 4 ●●●● patch | view | raw | blame | history
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() + "'" + "," +