代码优化
This commit is contained in:
parent
b99de08410
commit
43adbfb0b7
|
|
@ -155,6 +155,8 @@ public class ImportantMatterServiceImpl implements ImportantMatterService {
|
|||
if (data.getTime() != null && !data.getTime().trim().isEmpty()) {
|
||||
comprehensiveQueryVo.setRectDate(dateFormat.parse(data.getTime()));
|
||||
}
|
||||
comprehensiveQueryVo.setTitle(data.getTitle());
|
||||
comprehensiveQueryVo.setContent(data.getContent());
|
||||
synthesisQueryService.updateComprehensiveQuery(comprehensiveQueryVo);
|
||||
} catch (Exception e) {
|
||||
log.error(e.toString(), e);
|
||||
|
|
|
|||
Loading…
Reference in New Issue