|
@ -929,6 +929,11 @@ public class DoctorFamilyContractController extends WeixinBaseController {
|
|
json.put("applySurrDate", jtSign.getPatientApplyUnsignDate());
|
|
json.put("applySurrDate", jtSign.getPatientApplyUnsignDate());
|
|
json.put("applyDate", jtSign.getPatientApplyDate());
|
|
json.put("applyDate", jtSign.getPatientApplyDate());
|
|
json.put("jtSign", new JSONObject(jtSign));
|
|
json.put("jtSign", new JSONObject(jtSign));
|
|
|
|
if(StringUtils.isNotBlank(jtSign.getTeamCode())){
|
|
|
|
json.put("teamName",familyContractService.getTeamName(jtSign.getTeamCode()));
|
|
|
|
}else{
|
|
|
|
json.put("teamName","");
|
|
|
|
}
|
|
} else {
|
|
} else {
|
|
throw new Exception("未找到患者待家庭签约的数据");
|
|
throw new Exception("未找到患者待家庭签约的数据");
|
|
}
|
|
}
|