|
@ -567,7 +567,7 @@ public class PatientController extends WeixinBaseController {
|
|
|
return write(200, "获取签约状态成功!", "data", ss.getStatus());
|
|
|
}
|
|
|
//判断是否有家庭签约
|
|
|
SignFamily sf = familyContractService.findByJiatingPatient(getUID());
|
|
|
SignFamily sf = familyContractService.findByFamilySignPatient(getUID());
|
|
|
if (sf != null) {
|
|
|
return write(200, "获取签约状态成功!", "data", sf.getStatus());
|
|
|
}
|