Commit 7abf732d849c293da09de1bf8272dd7bbe4535b1

Authored by dongqin
1 parent 8466798522

修复bug

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 @ 7abf732
... ... @@ -1290,7 +1290,7 @@
1290 1290 Map<String, String> names = new LinkedHashMap<>();
1291 1291 names.put("createDate","购买日期");
1292 1292 names.put("patientName", "姓名");
1293   - names.put("opnYumSize", "开通孕周");
  1293 + names.put("openYumSize", "开通孕周");
1294 1294 names.put("createUserName", "开通人");
1295 1295 names.put("serTypeName", "服务类型");
1296 1296 names.put("serviceWeek","服务周期");