营养科普
This commit is contained in:
parent
36a7e3df07
commit
fde1c3dc29
|
|
@ -71,6 +71,7 @@ public class HealthChronicServiceImpl implements IHealthChronicService {
|
|||
@Override
|
||||
public int updateHealthChronic(HealthChronic healthChronic) {
|
||||
healthChronic.setUpdateTime(DateUtils.getNowDate());
|
||||
healthChronic.setUpdateBy(SecurityUtils.getUsername());
|
||||
try {
|
||||
return healthChronicMapper.updateHealthChronic(healthChronic);
|
||||
} catch (Exception e) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue