Commit da9f7dc06df65099ca82fe800ff3a64af96362c8
1 parent
49322ddf98
Exists in
master
and in
6 other branches
分娩作废产检劵
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyStatisticsManagerFacade.java
View file @
da9f7dc
| ... | ... | @@ -541,7 +541,7 @@ | 
| 541 | 541 | if (StringUtils.isNotEmpty(babyStatisticsManagerBuildSourceListRequest.getBuildDate())) { | 
| 542 | 542 | sql += " AND A.INSERT_DATE BETWEEN TO_DATE('" + buildDateStart + "','YYYY-MM-DD') AND TO_DATE('" + buildDateEnd+"','YYYY-MM-DD')"; | 
| 543 | 543 | } | 
| 544 | - sql += " GROUP BY" + | |
| 544 | + sql += " GROUP BY " + | |
| 545 | 545 | "B.PROVINCE_ID," + | 
| 546 | 546 | "B.PROVINCE," + | 
| 547 | 547 | "B.CITY_ID," + |