Commit c33aec367ac2c06cd28a49f728d9895148b93f59
1 parent
026c3f25
1.
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/java/com/bsth/service/report/impl/ReportServiceImpl.java
| ... | ... | @@ -4527,10 +4527,10 @@ public class ReportServiceImpl implements ReportService{ |
| 4527 | 4527 | return resultMap; |
| 4528 | 4528 | } |
| 4529 | 4529 | executing = true; |
| 4530 | + try { | |
| 4530 | 4531 | // List<List<String>> list = calcWaybillService.calcDetailMonthly(map); |
| 4531 | - List<List<String>> list = calcWaybillService.calcDetailMonthlyNew(map); | |
| 4532 | + List<List<String>> list = calcWaybillService.calcDetailMonthlyNew(map); | |
| 4532 | 4533 | |
| 4533 | - try { | |
| 4534 | 4534 | String name = map.get("name").toString(); |
| 4535 | 4535 | String type = map.get("statisticalObj").toString(); |
| 4536 | 4536 | if(list.size()>0){ | ... | ... |