| | |
| | | int count = 1 ; |
| | | for(int year: yearGrp){ |
| | | params.put("year", year); |
| | | List<VoStClientAmountYearRecord> list ; |
| | | params.put("clientIdsJson", clientIdsJson); |
| | | List<VoStClientAmountYearRecord> list = stClientAmountYearDao.selectYearStatistics(params); |
| | | /* 2025-07-14 |
| | | if(oneYear){ |
| | | list = stClientAmountYearDao.selectYearStatistics4OneYear(params); |
| | | }else{ |
| | |
| | | params.put("clientIdsJson", clientIdsJson); |
| | | } |
| | | list = stClientAmountYearDao.selectYearStatistics(params); |
| | | } |
| | | }*/ |
| | | |
| | | if(group.isEmpty()){ |
| | | this.completion(group, list); |