Commit c33aec367ac2c06cd28a49f728d9895148b93f59

Authored by 王通
1 parent 026c3f25

1.

src/main/java/com/bsth/service/report/impl/ReportServiceImpl.java
@@ -4527,10 +4527,10 @@ public class ReportServiceImpl implements ReportService{ @@ -4527,10 +4527,10 @@ public class ReportServiceImpl implements ReportService{
4527 return resultMap; 4527 return resultMap;
4528 } 4528 }
4529 executing = true; 4529 executing = true;
  4530 + try {
4530 // List<List<String>> list = calcWaybillService.calcDetailMonthly(map); 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 String name = map.get("name").toString(); 4534 String name = map.get("name").toString();
4535 String type = map.get("statisticalObj").toString(); 4535 String type = map.get("statisticalObj").toString();
4536 if(list.size()>0){ 4536 if(list.size()>0){