Compare commits

..

No commits in common. 'ce8c361e5d17a48606520d6758e408e9606a042e' and 'ed40aea92d34103936283695eb3ce09b2181a297' have entirely different histories.

@ -434,6 +434,8 @@ public class UserBehaviorProfilingAnaServiceImpl implements UserBehaviorProfilin
if(scoreDetailsList.get(i).getSerialNumber()==5){
scoreDetailsList.get(i).setScoreWeight(Double.parseDouble(String.valueOf(reportWeight)));
scoreDetailsList.get(i).setSchedule(100.0);
e++;
}
stuScoreDetailsMapper.updateByPrimaryKey(scoreDetailsList.get(i));

Loading…
Cancel
Save