This commit is contained in:
wangzhijiang
2023-03-24 15:28:59 +08:00
parent 97bfbbcf39
commit 87fd799fcb
@@ -2565,6 +2565,10 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl<BussDocumentLi
// 批量添加分阶段实施明细信息
this.insertBatchPhasedImplementationDetailsInfo(map);
// 备份出来插入搜索中心-文档库模块的新车型在产车实施日期 该参数是文档库原有新车型在产车 与分阶段实施日期中的 时间组合
String implementTime = (String) map.get("implement_time");
String xinCheXingShiShiRiQi = (String) map.get("xin1_che1_xing2_shi2_shi1_ri4_qi1");
StringBuilder sbCn = new StringBuilder();
StringBuilder sbEn = new StringBuilder();
for (Map.Entry<String, Object> entry : map.entrySet()) {
@@ -2708,6 +2712,9 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl<BussDocumentLi
objectMapTemp.put(entry.getKey(),value);
}
}
// 将分阶段实施时间存放到搜索中心文档库模块中
// objectMapTemp.put("implement_time",implementTime);// 在产车
// objectMapTemp.put("xin1_che1_xing2_shi2_shi1_ri4_qi1",xinCheXingShiShiRiQi);// 新车型
JSONObject jsonObject = JSON.parseObject(JSON.toJSONString(objectMapTemp));
JSONArray arrayCn = JSONArray.parseArray(JSON.toJSONString(mapListTempCn));
JSONArray arrayEn = JSONArray.parseArray(JSON.toJSONString(mapListTempEn));