| | |
| | | link.setUserPhone(user.getPhonenumber()); |
| | | link.setExtContent("{\"id\":\""+id+"\"}"); |
| | | String code=linkService.Add(link); |
| | | reportUrl += "?code=" + code; |
| | | reportUrl = reportUrl +"?code=" + code; |
| | | String content = "案例上报通知:【青岛大学附属医院】" + toHospital |
| | | + "上报潜在捐献案例,请登录OPO系统查看详细信息,及时进行对接。登录链接:" + reportUrl + " 。"; |
| | | SmsUtils sms=new SmsUtils(); |
| | |
| | | link.setUserPhone(user.getPhonenumber()); |
| | | link.setExtContent("{\"id\":\""+id+"\",\"type\": \"review\",\"status\": \"1\",\"infoId\": \""+infoId+"\"}"); |
| | | String code=linkService.Add(link); |
| | | expertUrl += "?code=" + code; |
| | | expertUrl = reportUrl +"?code=" + code; |
| | | String content = "伦理专家审查通知:【青岛大学附属医院】尊敬的专家您好!您有紧急人体器官移植伦理审查申请待处理," + |
| | | "请务必于1小时内登录医院OPO系统进行审批。登录链接: " + expertUrl + "。谢谢 。"; |
| | | SmsUtils sms=new SmsUtils(); |