Browse Source

修改删除患者档案后重新筛查 没有患者档案bug

master^2
zzc 2 months ago
parent
commit
d3abf91a0f
  1. 1
      acupuncture-system/src/main/java/com/acupuncture/system/service/impl/ScreeningServiceImpl.java

1
acupuncture-system/src/main/java/com/acupuncture/system/service/impl/ScreeningServiceImpl.java

@ -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);
}

Loading…
Cancel
Save