|
@ -94,6 +94,7 @@ public class FamilyMemberService extends BaseService {
|
|
|
jtSign = true;
|
|
|
}
|
|
|
map1.put("statusName","已签约");
|
|
|
map1.put("expensesStatusName",sign.getExpensesStatusName());
|
|
|
String doctorCode = sign.getDoctor();
|
|
|
map1.put("doctor",doctorCode);
|
|
|
map1.put("doctorName",sign.getDoctorName());
|
|
@ -143,6 +144,7 @@ public class FamilyMemberService extends BaseService {
|
|
|
map.put("doctorName",sign.getDoctorName());
|
|
|
Doctor doctor = hosDoctorService.getDoctorByCode(doctorCode);
|
|
|
map.put("doctorMobile",doctor.getMobile());
|
|
|
map.put("expensesStatusName",sign.getExpensesStatusName());
|
|
|
}
|
|
|
map.put("code", p.getCode());
|
|
|
map.put("name", p.getName());
|