mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
报表导出1
This commit is contained in:
+1
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user