| ruoyi-admin/src/main/java/com/ruoyi/web/controller/common/SmsController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-admin/src/main/java/com/ruoyi/web/controller/common/SmsController.java
@@ -121,9 +121,10 @@ serviceOutPath.setRadix(format); serviceOutPath.setCreateTime(new Date()); serviceOutPath.setOrgid(vo.getOrgid()); iServiceOutPathService.insertServiceOutPath(serviceOutPath); String url = ip + ":" + req_path + "/wt?p=" + format; content = "您好,邀请您填写出院调查表,请点击" + url + "填写。感谢您配合!"; serviceOutPath.setUrl(url); iServiceOutPathService.insertServiceOutPath(serviceOutPath); } if (ObjectUtils.isNotEmpty(vo.getContent())) content = vo.getContent();