Просмотр исходного кода

Merge branch 'master' of http://git1_xt.jsxt.jsjtyxt.com/wenhongquan/VisualInspection

* 'master' of http://git1_xt.jsxt.jsjtyxt.com/wenhongquan/VisualInspection:
  修改人员进步和退步名字不对的问题
温红权 8 лет назад
Родитель
Сommit
ad81eaf84a

+ 1 - 1
VisualInspection_server/src/main/java/com/xintong/visualinspection/service/impl/StatisticsServiceImpl.java

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