|
@@ -80,9 +80,9 @@ class HikvisionBaseDataTaskTest {
|
|
|
// Map<String, String> classes = dataUtil.insertClass(use, tableName, baseClass);
|
|
|
|
|
|
|
|
|
-// tableName = "base_student";
|
|
|
-// Map<String, String> baseStudent = dataMap.get(tableName);
|
|
|
-// Map<String, String> student = dataUtil.insertStudentOne(use, tableName, baseStudent);
|
|
|
+ tableName = "base_student";
|
|
|
+ Map<String, String> baseStudent = dataMap.get(tableName);
|
|
|
+ Map<String, String> student = dataUtil.insertStudentOne(use, tableName, baseStudent);
|
|
|
|
|
|
// selectOrg(use, "base_class");
|
|
|
|
|
@@ -90,6 +90,9 @@ class HikvisionBaseDataTaskTest {
|
|
|
// String carTableName = "car_message_apply";
|
|
|
// selectCar(use, carTableName);
|
|
|
|
|
|
+
|
|
|
+// selecAllPersonById(use);
|
|
|
+
|
|
|
}
|
|
|
|
|
|
public static void selectCar(Db db, String tableName) throws SQLException {
|
|
@@ -240,7 +243,7 @@ class HikvisionBaseDataTaskTest {
|
|
|
JsonObject jsonObject = new JsonObject();
|
|
|
jsonObject.addProperty("pageNo", 1);
|
|
|
jsonObject.addProperty("pageSize", 500);
|
|
|
- jsonObject.addProperty("personIds", "b9d90bdd018447f2951dadfaffd1e411");
|
|
|
+ jsonObject.addProperty("personIds", "654321987655613");
|
|
|
|
|
|
|
|
|
ApiUtil apiUtil = new ApiUtil();
|