营养科普
This commit is contained in:
parent
86deb2e639
commit
36a7e3df07
|
|
@ -82,6 +82,10 @@ public class HealthPopularScienceServiceImpl implements IHealthPopularScienceSer
|
|||
vo.setArticleId(healthPopularScience.getArticleId());
|
||||
vo.setChronicId(chronicId);
|
||||
vo.setChronicName(healthChronicMapper.selectHealthChronicById(chronicId).getChronicName());
|
||||
vo.setCreateBy(SecurityUtils.getUsername());
|
||||
vo.setCreateTime(DateUtils.getNowDate());
|
||||
vo.setUpdateBy(SecurityUtils.getUsername());
|
||||
vo.setUpdateTime(DateUtils.getNowDate());
|
||||
healthArticleChronicMapper.insertHealthArticleChronic(vo);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue