Commit 68d29dca authored by hongguangwu's avatar hongguangwu

1.5.5-薪资次数接口

parent 2f0530d1
...@@ -74,7 +74,7 @@ public class TConfigSalaryController { ...@@ -74,7 +74,7 @@ public class TConfigSalaryController {
// 当前年 未推送或未发放的 发薪次数 // 当前年 未推送或未发放的 发薪次数
int yearCount = tSalaryStandardService.getNum(settleDepart, null, nowYear); int yearCount = tSalaryStandardService.getNum(settleDepart, null, nowYear);
for (TConfigSalary cs : configSalaryList) { for (TConfigSalary cs : configSalaryList) {
if (cs.getSalaryNum() < monthCount) { if (cs.getSalaryNum() <= monthCount) {
cs.setNowMonthSalaryNum(monthCount); cs.setNowMonthSalaryNum(monthCount);
} }
cs.setNowYearSalaryNum(yearCount); cs.setNowYearSalaryNum(yearCount);
......
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