代码优化

This commit is contained in:
马三炮 2025-04-15 18:08:19 +08:00
parent b99de08410
commit 43adbfb0b7
1 changed files with 2 additions and 0 deletions

View File

@ -155,6 +155,8 @@ public class ImportantMatterServiceImpl implements ImportantMatterService {
if (data.getTime() != null && !data.getTime().trim().isEmpty()) { if (data.getTime() != null && !data.getTime().trim().isEmpty()) {
comprehensiveQueryVo.setRectDate(dateFormat.parse(data.getTime())); comprehensiveQueryVo.setRectDate(dateFormat.parse(data.getTime()));
} }
comprehensiveQueryVo.setTitle(data.getTitle());
comprehensiveQueryVo.setContent(data.getContent());
synthesisQueryService.updateComprehensiveQuery(comprehensiveQueryVo); synthesisQueryService.updateComprehensiveQuery(comprehensiveQueryVo);
} catch (Exception e) { } catch (Exception e) {
log.error(e.toString(), e); log.error(e.toString(), e);