Index: ssts-web/src/main/webapp/disinfectsystem/washanddisinfectmanager/washanddisinfectrecord/washForTouchScreen.jsp =================================================================== diff -u -r14770 -r14794 --- ssts-web/src/main/webapp/disinfectsystem/washanddisinfectmanager/washanddisinfectrecord/washForTouchScreen.jsp (.../washForTouchScreen.jsp) (revision 14770) +++ ssts-web/src/main/webapp/disinfectsystem/washanddisinfectmanager/washanddisinfectrecord/washForTouchScreen.jsp (.../washForTouchScreen.jsp) (revision 14794) @@ -45,8 +45,18 @@ request.setAttribute("today", dateFormat.format(new Date())); request.setAttribute("orgUnitCoding",orgUnitCoding); request.setAttribute("orgUnitName",orgUnitName); + + //是否开启语音提示 + boolean isNewMsgPromptSound = false; + if(loginUser != null){ + isNewMsgPromptSound = loginUser.isNewMsgPromptSound(); + } %> + +