This commit is contained in:
wangzhijiang
2023-06-08 10:24:15 +08:00
parent 001ba876c8
commit 3cfd409afd
@@ -719,6 +719,9 @@ public class DocumentSearchServiceImpl implements IDocumentSearchService {
mapSource.put("state_dictText", state_dictText);
Long create_time = (Long) mapSource.get("create_time");
mapSource.put("create_time_str",DateUtils.formatTime(create_time));
mapList.add(mapSource);
}