|
@@ -151,7 +151,8 @@ public class PatientInfoDjFacade extends PatientInfoServiceImpl {
|
|
Map<String, String> sysSetCodeValue = sysSetFacade.list(sysSetQe).stream()
|
|
Map<String, String> sysSetCodeValue = sysSetFacade.list(sysSetQe).stream()
|
|
.collect(Collectors.toMap(SysSet::getCode, i -> i.getValue()));
|
|
.collect(Collectors.toMap(SysSet::getCode, i -> i.getValue()));
|
|
|
|
|
|
- if (StringUtil.isBlank(sysSetCodeValue.get("patientinfo")) || !sysSetCodeValue.get("patientinfo").equals("1")) {
|
|
|
|
|
|
+ if (StringUtil.isBlank(sysSetCodeValue.get("patientinfo"))
|
|
|
|
+ || !sysSetCodeValue.get("patientinfo").equals("1")) {
|
|
return null;
|
|
return null;
|
|
}
|
|
}
|
|
if (!signInVO.getPatientInfoType().equals("101")) {
|
|
if (!signInVO.getPatientInfoType().equals("101")) {
|