Commit bfff0af1876e82c02eea2eb8d6958f6ef1ef085d

Authored by dongqin
1 parent f4804954c1

新增增值服务统计模块

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AreaCountFacade.java View file @ bfff0af
... ... @@ -1183,7 +1183,7 @@
1183 1183 String serTypeName = getSerTypeName(serType);
1184 1184 map.put("serTypeName", serTypeName);
1185 1185 String doctorName = "";
1186   - if (serDoct != null){
  1186 + if (serDoct != null && serDoct != ""){
1187 1187 doctorName = usersService.getUsers(Integer.parseInt(serDoct.toString())).getName();
1188 1188 }
1189 1189