|
@ -230,6 +230,7 @@ public class FamilyContractService extends BaseService {
|
|
|
json.put("dept", d.getDeptName());
|
|
|
json.put("intro", d.getIntroduce());
|
|
|
json.put("expertise", d.getExpertise());
|
|
|
json.put("level", d.getLevel());
|
|
|
// 查询与当前医生的签约状态
|
|
|
SignFamily sf = signFamilyDao.findByDoctorPatient(doctor, patient);
|
|
|
if (sf == null) {
|