Commit 15a18369 authored by 李松's avatar 李松

修改bug

parent aa227316
......@@ -93,8 +93,8 @@ public class AdpterService {
@Value("${goal.jdbc.ip.project.role.seq}")
String projectRoleSeq;
public Map<String, String> handle() {
Map<String, String> rMap = new HashMap<>();
......@@ -813,7 +813,7 @@ public class AdpterService {
videoList.forEach(v -> {
try {
StringBuilder sql = new StringBuilder();
sql.append("INSERT INTO `iot_device_video_test`(" +
sql.append("INSERT INTO `iot_device_video`(" +
"`SEQUENCE_NBR`" +
", `REC_USER_ID`" +
", `REC_USER_NAME`" +
......@@ -886,7 +886,7 @@ public class AdpterService {
videoRelationList.forEach(v -> {
try {
StringBuilder sql = new StringBuilder();
sql.append("INSERT INTO `iot_device_bind_video_test`(" +
sql.append("INSERT INTO `iot_device_bind_video`(" +
"`SEQUENCE_NBR`" +
", `REC_USER_ID`" +
", `REC_DATE`" +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment