Commit 117d9cf2 authored by 廖旭伟's avatar 廖旭伟

窗口绩效汇总登记

parent e792f4e7
......@@ -90,8 +90,8 @@ public class WindowPerformSummaryEntity extends WindowPerformSummaryVo {
this.month = DateUtil.month(new Date())+1;
this.deptId = null;
this.deptName = "";
this.ckjsdf = null;
this.zdrwdf = null;
this.ckjsdf = BigDecimal.ZERO;
this.zdrwdf = BigDecimal.ZERO;
this.addTotalScore = BigDecimal.ZERO;
this.sumScore = BigDecimal.ZERO;
this.suggestion = 0;
......
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