|
@ -117,7 +117,11 @@ public class SpecialistHospitalItemService extends BaseService {
|
|
|
params.put("docHospital",d.getHospital());
|
|
|
if(StringUtils.isNotBlank(patient)) {
|
|
|
signFamily = familyService.findByPatient(patient);
|
|
|
params.put("hospital", signFamily.getHospital());
|
|
|
if (signFamily != null) {
|
|
|
params.put("hospital", signFamily.getHospital());
|
|
|
}else {
|
|
|
throw new Exception("该居民不是有效签约!");
|
|
|
}
|
|
|
}
|
|
|
if(StringUtils.isNotBlank(serviceItemName)) {
|
|
|
params.put("serviceItemName", serviceItemName);
|