|
|
@ -501,6 +501,7 @@ public class ScreeningServiceImpl implements IScreeningService { |
|
|
|
pmsPatient.setCurrentIllnessHistory(map.get("SCWJ-XBS-QT").getAnswer()); |
|
|
|
} |
|
|
|
pmsPatient.setSource((byte) 0); |
|
|
|
pmsPatient.setDelFlag((byte) 0); |
|
|
|
pmsPatient.setUpdateTime(new Date()); |
|
|
|
pmsPatientMapper.updateByPrimaryKeySelective(pmsPatient); |
|
|
|
} |
|
|
|