Commit 59d84fc3 authored by hongguangwu's avatar hongguangwu

工资-checkMap

parent 0cf71411
...@@ -296,11 +296,9 @@ public class SalaryAccountUtil implements Serializable { ...@@ -296,11 +296,9 @@ public class SalaryAccountUtil implements Serializable {
entity.setIsRepeat(CommonConstants.ZERO_INT); entity.setIsRepeat(CommonConstants.ZERO_INT);
if (relaySalary != null) { if (relaySalary != null) {
relaySalary = relaySalary.setScale(2, BigDecimal.ROUND_HALF_UP); relaySalary = relaySalary.setScale(2, BigDecimal.ROUND_HALF_UP);
if (checkMap.size() > CommonConstants.ZERO_INT) { if (!checkMap.isEmpty() && checkMap.get(entity.getEmpIdcard() + CommonConstants.DOWN_LINE_STRING + DateUtil.addMonth(configSalary.getSalaryMonth())
if (checkMap.get(entity.getEmpIdcard() + CommonConstants.DOWN_LINE_STRING + DateUtil.addMonth(configSalary.getSalaryMonth()) + CommonConstants.DOWN_LINE_STRING + salaryType + CommonConstants.DOWN_LINE_STRING + relaySalary) != null) {
+ CommonConstants.DOWN_LINE_STRING + salaryType + CommonConstants.DOWN_LINE_STRING + relaySalary) != null) { entity.setIsRepeat(CommonConstants.ONE_INT);
entity.setIsRepeat(CommonConstants.ONE_INT);
}
} }
if (new BigDecimal("3500").compareTo(relaySalary) == CommonConstants.ZERO_INT if (new BigDecimal("3500").compareTo(relaySalary) == CommonConstants.ZERO_INT
|| new BigDecimal("5000").compareTo(relaySalary) == CommonConstants.ZERO_INT) { || new BigDecimal("5000").compareTo(relaySalary) == CommonConstants.ZERO_INT) {
......
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