Commit 3ee8d8d1f6c56cfecedfdf9a6369196c2ccff309

Authored by dongqin
1 parent f460356fdb

修复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 @ 3ee8d8d
... ... @@ -1797,7 +1797,7 @@
1797 1797 Integer type = model.getType();
1798 1798 if (type != null){
1799 1799 if (type == 1){
1800   - typeName = "1普通报告";
  1800 + typeName = "普通报告";
1801 1801 }
1802 1802 if (type == 2){
1803 1803 typeName = "高危报告";