update
This commit is contained in:
+7
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user