Ver código fonte

Merge branch 'dev' of lyr/patient-co-management into dev

lyr 8 anos atrás
pai
commit
af92a93238

+ 1 - 0
patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/sign/FamilyContractService.java

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