国际化校验
This commit is contained in:
@@ -992,6 +992,7 @@ public class ThreadService {
|
|||||||
insertNewStmt.setObject(4, null);
|
insertNewStmt.setObject(4, null);
|
||||||
|
|
||||||
insertNewStmt.addBatch();
|
insertNewStmt.addBatch();
|
||||||
|
insert.remove(alarm);
|
||||||
}
|
}
|
||||||
for (String[] alarm : update) {
|
for (String[] alarm : update) {
|
||||||
|
|
||||||
@@ -1043,6 +1044,7 @@ public class ThreadService {
|
|||||||
updateNewStmt.setObject(9, detectionId);
|
updateNewStmt.setObject(9, detectionId);
|
||||||
|
|
||||||
updateNewStmt.addBatch();
|
updateNewStmt.addBatch();
|
||||||
|
update.remove(alarm);
|
||||||
}
|
}
|
||||||
}catch(Exception e){
|
}catch(Exception e){
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
|
|||||||
Reference in New Issue
Block a user