| | |
| | | List<OrderStatusCount> records = this.signCountMapper.signCount2New(orderStatusCount); |
| | | List<OrderStatusCount> recordsAll = this.signCountMapper.signCountNewTotal(orderStatusCount); |
| | | for (int i=0;i<records.size();i++) { |
| | | //if(records.get(i).getCarName()==null) continue; |
| | | for (OrderStatusCount statusCountx: recordsAll) { |
| | | //if(statusCountx.getCarName()==null) continue; |
| | | if(records.get(i).getCarName().equals(statusCountx.getCarName())){ |
| | | if(statusCountx.getProportion().length()>6){ |
| | | String ss = statusCountx.getProportion().replace("%",""); |