|
@@ -82,7 +82,7 @@ public class HandleData {
|
|
|
insertMap.put("create_by_", createUserInfo.trim().split("@")[0]);
|
|
insertMap.put("create_by_", createUserInfo.trim().split("@")[0]);
|
|
|
insertMap.put("create_time_", Timestamp.valueOf(String.valueOf(formattedDateTime)));
|
|
insertMap.put("create_time_", Timestamp.valueOf(String.valueOf(formattedDateTime)));
|
|
|
insertMap.put("bian_zhi_ren_", createUserInfo.trim().split("@")[0]);
|
|
insertMap.put("bian_zhi_ren_", createUserInfo.trim().split("@")[0]);
|
|
|
- insertMap.put("jian_yan_zhe_", auditUserInfo.trim().split("@")[0]);
|
|
|
|
|
|
|
+ insertMap.put("jian_yan_zhe_", String.valueOf(entityMap.get("AUDITUSER")));
|
|
|
insertMap.put("jian_yan_yuan_", auditUserInfo.trim().split("@")[0]);
|
|
insertMap.put("jian_yan_yuan_", auditUserInfo.trim().split("@")[0]);
|
|
|
insertMap.put("ri_qi_", String.valueOf(entityMap.get("CREATETIME")).split(" ")[0]);
|
|
insertMap.put("ri_qi_", String.valueOf(entityMap.get("CREATETIME")).split(" ")[0]);
|
|
|
insertMap.put("bian_zhi_bu_men_", createUserInfo.split("@")[1]);
|
|
insertMap.put("bian_zhi_bu_men_", createUserInfo.split("@")[1]);
|
|
@@ -95,10 +95,7 @@ public class HandleData {
|
|
|
} else {
|
|
} else {
|
|
|
log.info("fail insert");
|
|
log.info("fail insert");
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
public List<Map<String, Object>> cleanExistData(List<Map<String, Object>> rerunTestList, List<Map<String, Object>> existList) {
|
|
public List<Map<String, Object>> cleanExistData(List<Map<String, Object>> rerunTestList, List<Map<String, Object>> existList) {
|