|
@@ -1171,7 +1171,7 @@ public class StatisticsServiceImpl extends BaseService implements StatisticsServ
|
|
|
List<StatisticsBean> t_mthList = getPersonalScoreInfo(obj);
|
|
List<StatisticsBean> t_mthList = getPersonalScoreInfo(obj);
|
|
|
Map<Integer, StatisticsBean> t_map = new HashMap<>();
|
|
Map<Integer, StatisticsBean> t_map = new HashMap<>();
|
|
|
|
|
|
|
|
- int seq =0 ;
|
|
|
|
|
|
|
+ int seq = 0 ;
|
|
|
|
|
|
|
|
for (int i = 0; i < t_mthList.size(); i++) {
|
|
for (int i = 0; i < t_mthList.size(); i++) {
|
|
|
if( i == 0 ){
|
|
if( i == 0 ){
|