Commit 440c8b597ca9032c0d855dbcb5f88b8525d4ecfd

Authored by dongqin
1 parent bfff0af187

新增增值服务统计模块

Showing 1 changed file with 1 additions and 2 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AreaCountFacade.java View file @ 440c8b5
... ... @@ -1183,7 +1183,7 @@
1183 1183 String serTypeName = getSerTypeName(serType);
1184 1184 map.put("serTypeName", serTypeName);
1185 1185 String doctorName = "";
1186   - if (serDoct != null && serDoct != ""){
  1186 + if (serDoct != null && !"".equals(serDoct)){
1187 1187 doctorName = usersService.getUsers(Integer.parseInt(serDoct.toString())).getName();
1188 1188 }
1189 1189  
... ... @@ -1219,7 +1219,6 @@
1219 1219 result.put("createDate",map.get("createDate"));
1220 1220 }*/
1221 1221 Map<String, String> names = new LinkedHashMap<>();
1222   - names.put("","联系电话");
1223 1222 names.put("createDate","购买日期");
1224 1223 names.put("patientName", "姓名");
1225 1224 names.put("opnYumSize", "开通孕周");