Index: ssts-web/src/main/resources/systemset/operationDefine.xml =================================================================== diff -u -r33112 -r33143 --- ssts-web/src/main/resources/systemset/operationDefine.xml (.../operationDefine.xml) (revision 33112) +++ ssts-web/src/main/resources/systemset/operationDefine.xml (.../operationDefine.xml) (revision 33143) @@ -461,8 +461,8 @@ - - + + Index: ssts-reports/src/main/java/com/forgon/disinfectsystem/jasperreports/action/JasperreportsAction.java =================================================================== diff -u -r33118 -r33143 --- ssts-reports/src/main/java/com/forgon/disinfectsystem/jasperreports/action/JasperreportsAction.java (.../JasperreportsAction.java) (revision 33118) +++ ssts-reports/src/main/java/com/forgon/disinfectsystem/jasperreports/action/JasperreportsAction.java (.../JasperreportsAction.java) (revision 33143) @@ -1222,7 +1222,7 @@ if (StringUtils.isBlank(year)) { year = new SimpleDateFormat("yyyy").format(new Date()); } - parametMap.put("title", year + "年度消毒供应中心工作量统计报表"); + parametMap.put("title", year + "年度消毒供应中心员工工作量统计报表"); // 是否添加腔镜器械,下收下送次数统计 String addEndoscopic = StrutsParamUtils.getPraramValue("addEndoscopic", ""); boolean isAddEndoscopic = false; @@ -1248,10 +1248,10 @@ String isStrengthen = StrutsParamUtils.getPraramValue("isStrengthen", ""); String title = ""; if (BooleanUtils.toBoolean(isStrengthen)) { - title += String.format("消毒供应中心工作人员绩效评分表(%s~%s)", startTime, endTime); + title += String.format("消毒供应中心员工绩效评分表(%s~%s)", startTime, endTime); } else { String statisticalWorkloadName = CssdUtils.getSystemSetConfigByName("statisticalWorkloadName"); - statisticalWorkloadName = StringTools.isNotBlank(statisticalWorkloadName) ? statisticalWorkloadName : "消毒供应中心工作量统计报表"; + statisticalWorkloadName = StringTools.isNotBlank(statisticalWorkloadName) ? statisticalWorkloadName : "消毒供应中心员工工作量统计报表"; title += String.format("%s(%s~%s)", statisticalWorkloadName, startTime, endTime); } parametMap.put("title", title); @@ -3777,7 +3777,7 @@ map.put("date2", endTime); startTime += " 00:00:00"; endTime += " 23:59:59"; - String title = "消毒供应中心工作量统计报表"; + String title = "消毒供应中心员工工作量统计报表"; map.put("title", title); map.put("startTime", startTime); map.put("endTime", endTime); @@ -3856,7 +3856,7 @@ year = new SimpleDateFormat("yyyy").format(new Date()); } map.put("queryYear", year); - map.put("title", year + "年度消毒供应中心工作量统计报表"); + map.put("title", year + "年度消毒供应中心员工工作量统计报表"); } /**