|
@ -8,6 +8,7 @@ import java.util.concurrent.TimeUnit;
|
|
import com.yihu.wlyy.entity.doctor.team.admin.AdminTeam;
|
|
import com.yihu.wlyy.entity.doctor.team.admin.AdminTeam;
|
|
import com.yihu.wlyy.entity.doctor.team.sign.SignPatientLabel;
|
|
import com.yihu.wlyy.entity.doctor.team.sign.SignPatientLabel;
|
|
import com.yihu.wlyy.entity.message.Message;
|
|
import com.yihu.wlyy.entity.message.Message;
|
|
|
|
import com.yihu.wlyy.entity.patient.SignFamilyRenew;
|
|
import com.yihu.wlyy.logs.BusinessLogs;
|
|
import com.yihu.wlyy.logs.BusinessLogs;
|
|
import com.yihu.wlyy.repository.doctor.SignPatientLabelDao;
|
|
import com.yihu.wlyy.repository.doctor.SignPatientLabelDao;
|
|
import com.yihu.wlyy.service.app.account.PatientInfoService;
|
|
import com.yihu.wlyy.service.app.account.PatientInfoService;
|
|
@ -921,7 +922,7 @@ public class DoctorFamilyContractController extends WeixinBaseController {
|
|
json.put("diseases", "");
|
|
json.put("diseases", "");
|
|
}
|
|
}
|
|
|
|
|
|
SignFamily jtSign = familyContractService.findSigningRenewByPatient(patient);
|
|
|
|
|
|
SignFamilyRenew jtSign = familyContractService.findSigningRenewByPatient(patient);
|
|
|
|
|
|
// 家庭签约
|
|
// 家庭签约
|
|
if (jtSign != null) {
|
|
if (jtSign != null) {
|