报表导出1

This commit is contained in:
lym
2024-06-04 16:50:28 +08:00
parent 671d3701e4
commit 026b761c29
35 changed files with 358 additions and 200 deletions
@@ -53,6 +53,7 @@ public class ESDocumentServiceImpl implements ESDocumentService {
document.setOrganId(loginUser.getOrganId());
document.setCreateTime(simpleDateFormat.format(date));
document.setUpdateTime(simpleDateFormat.format(date));
if (StrUtil.isBlank(document.getId())) {
document.setId(snowflake.nextIdStr());
}