刘韬 3 years ago
parent
commit
767af844bd

+ 2 - 2
PacsOnline_Wechat_Patient/src/main/java/com/zskk/controller/WeixinMsgController.java

@@ -69,7 +69,7 @@ public class WeixinMsgController extends MsgControllerAdapter {
 			renderNull();
 			renderNull();
 		} else {
 		} else {
 			OutTextMsg outMsgs = new OutTextMsg(inTextMsg);
 			OutTextMsg outMsgs = new OutTextMsg(inTextMsg);
-			outMsgs.setContent("欢迎关注!\n使用微信\"扫一扫\",扫描报告上的二维码,即可查看数字影像和报告");
+			outMsgs.setContent("欢迎关注!\n使用微信\"扫一扫\",扫描报告上的二维码,即可查看电子影像和报告");
 			render(outMsgs);
 			render(outMsgs);
 		}
 		}
 	}
 	}
@@ -256,7 +256,7 @@ public class WeixinMsgController extends MsgControllerAdapter {
 					uService.bindUserReport(findUser.getId(), exams);
 					uService.bindUserReport(findUser.getId(), exams);
 				}
 				}
 				CustomServiceApi.sendText(inQrCodeEvent.getFromUserName(),
 				CustomServiceApi.sendText(inQrCodeEvent.getFromUserName(),
-						"欢迎关注!\n使用微信\"扫一扫\",扫描报告上的二维码,即可查看电子影像和报告");
+						"欢迎关注!\n使用微信\"扫一扫\",扫描报告上的二维码,即可查看数字影像和报告");
 
 
 				List<Articles> list = new ArrayList<Articles>();
 				List<Articles> list = new ArrayList<Articles>();
 				Articles articles1 = new Articles();
 				Articles articles1 = new Articles();