Commit 2465f544 authored by wangxl's avatar wangxl

77

parent 1062618e
......@@ -240,7 +240,7 @@ public class ComProjectAssignServiceImpl extends BaseServiceImpl<ComProjectAssig
}
totalScore = technologyScore.add(economyScore);
calculateScore = technologyAverageScore.multiply(new BigDecimal(0.8)).add(economyAverageScore.multiply(new BigDecimal(0.2)));
calculateScore = new BigDecimal(df1.format(calculateScore));
if (list.size() > personCount)
completed = 0;
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment