Commit bc668d6a by jianan

零时薪资单10

parent 7ec85b4c
...@@ -444,9 +444,8 @@ public class PractitionerBasicInfoServiceImpl implements PractitionerBasicInfoSe ...@@ -444,9 +444,8 @@ public class PractitionerBasicInfoServiceImpl implements PractitionerBasicInfoSe
payScaleInfo.setMonDtlPeriod(salary.getYearMonth()); payScaleInfo.setMonDtlPeriod(salary.getYearMonth());
payScaleInfo.setMonDtlAmount(salary.getPayableAmount().doubleValue()); payScaleInfo.setMonDtlAmount(salary.getPayableAmount().doubleValue());
payScaleInfo.setMonDtlRAmount(salary.getNetAmount().doubleValue()); payScaleInfo.setMonDtlRAmount(salary.getNetAmount().doubleValue());
if ("1".equals(salary.getIsBasic())) { payScaleInfo.setIsBasic(salary.getIsBasic());
payScaleInfo.setIsBasic("1");
}
time = payScaleInfo.getMonDtlPeriod(); time = payScaleInfo.getMonDtlPeriod();
if (StringUtils.isNotBlank(time)) { if (StringUtils.isNotBlank(time)) {
payScaleInfo.setYears(time.substring(0, 4)); payScaleInfo.setYears(time.substring(0, 4));
......
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