国际化校验

This commit is contained in:
wangwenrui
2018-10-22 10:22:40 +08:00
parent a336d2c437
commit faefebe89a

View File

@@ -992,6 +992,7 @@ public class ThreadService {
insertNewStmt.setObject(4, null);
insertNewStmt.addBatch();
insert.remove(alarm);
}
for (String[] alarm : update) {
@@ -1043,6 +1044,7 @@ public class ThreadService {
updateNewStmt.setObject(9, detectionId);
updateNewStmt.addBatch();
update.remove(alarm);
}
}catch(Exception e){
e.printStackTrace();