sinake
4 天以前 3b96a6991625d6b7df455d8cd3079f83dc790f6f
ruoyi-project/src/main/java/com/ruoyi/project/service/impl/GiLinkService.java
@@ -55,8 +55,8 @@
            link.setUserPhone(user.getPhonenumber());
            link.setExtContent("{\"id\":\""+id+"\"}");
            String code=linkService.Add(link);
            reportUrl += "?code=" + code;
            String content = "案例上报通知:【青岛大学附属医院】" + toHospital
            reportUrl = reportUrl +"?code=" + code;
            String content = "案例上报通知:" + toHospital
                    + "上报潜在捐献案例,请登录OPO系统查看详细信息,及时进行对接。登录链接:" + reportUrl + " 。";
            SmsUtils sms=new SmsUtils();
            log.info("上报发送短信:"+content);
@@ -80,8 +80,8 @@
            link.setUserPhone(user.getPhonenumber());
            link.setExtContent("{\"id\":\""+id+"\",\"type\": \"review\",\"status\": \"1\",\"infoId\": \""+infoId+"\"}");
            String code=linkService.Add(link);
            expertUrl += "?code=" + code;
            String content = "伦理专家审查通知:【青岛大学附属医院】尊敬的专家您好!您有紧急人体器官移植伦理审查申请待处理," +
            expertUrl = expertUrl +"?code=" + code;
            String content = "伦理专家审查通知:尊敬的专家您好!您有紧急人体器官移植伦理审查申请待处理," +
                    "请务必于1小时内登录医院OPO系统进行审批。登录链接: " + expertUrl + "。谢谢 。";
            SmsUtils sms=new SmsUtils();
            log.info("专家发送短信:"+content);