编辑ES数据
This commit is contained in:
+1
-1
@@ -5983,7 +5983,7 @@ public class BussDocumentLibraryEOServiceImpl extends ServiceImpl<BussDocumentLi
|
||||
|
||||
@Override
|
||||
public int updateES() {
|
||||
List<Map<String, Object>> mapList = this.listMaps();
|
||||
List<Map<String, Object>> mapList = bussDocumentLibraryEOMapper.selectMapsAll(null);
|
||||
int count = 0;
|
||||
for (Map<String, Object> map : mapList) {
|
||||
map.put("es_update_flag","es_update_flag");
|
||||
|
||||
Reference in New Issue
Block a user