Commit a2bfd6aa authored by 廖旭伟's avatar 廖旭伟

绩效汇总自评指标bug修改

parent ea139bfd
......@@ -157,7 +157,6 @@ public class CheckWindowWorkmanPerformServiceImpl extends AbstractCRUDServiceImp
}
erro = erro.add(staffPerformSummaryEntity.getGoworkScore());
erro = erro.add(staffPerformSummaryEntity.getEffectScore());
erro = erro.add(staffPerformSummaryEntity.getComplainScore());
staffPerformSummaryEntity.setErrorScore(erro);
StaffPerformUtil.computeSummary(staffPerformSummaryEntity,weightPdu,staffEntity);
staffPerformSummaryEntity.setId(temp.getId());
......
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