Commit 8bfb1277 authored by hongguangwu's avatar hongguangwu

批量调基,不收取,清空大病

parent 16afeede
......@@ -57,7 +57,7 @@ public interface TForecastLibraryService extends IService<TForecastLibrary> {
/**
* @param socialFundInfo
* @Description: 批量调基,同步预估库
* @Description: 人员批量调基,同步预估库
* @Author: hgw
* @Date: 2022/7/25 17:33
* @return: void
......
......@@ -1376,6 +1376,13 @@ public class TForecastLibraryServiceImpl extends ServiceImpl<TForecastLibraryMap
social.setPersonalBigailmentMoney(socialSet.getPayPersonal());
}
}
} else {
social.setUnitBigailmentCardinal(BigDecimal.ZERO);
social.setUnitBigailmentPer(BigDecimal.ZERO);
social.setUnitBigailmentMoney(BigDecimal.ZERO);
social.setPersonalBigailmentCardinal(BigDecimal.ZERO);
social.setPersonalBigailmentPer(BigDecimal.ZERO);
social.setPersonalBigailmentMoney(BigDecimal.ZERO);
}
} else if (social.getUnitWorkInjuryCardinal() != null) {
social.setUnitWorkUnjuryPer(socialSet.getUnitInjuryPro());
......
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