Commit 3a1dc3dc authored by hongguangwu's avatar hongguangwu

社保公积金日期分开

parent a8d50a54
...@@ -474,10 +474,10 @@ public class TForecastLibraryServiceImpl extends ServiceImpl<TForecastLibraryMap ...@@ -474,10 +474,10 @@ public class TForecastLibraryServiceImpl extends ServiceImpl<TForecastLibraryMap
lib.setEmpNo(tSocialInfo.getEmpNo()); lib.setEmpNo(tSocialInfo.getEmpNo());
lib.setEmpNatrue(tSocialInfo.getEmpType()); lib.setEmpNatrue(tSocialInfo.getEmpType());
lib.setSocialCreateMonth(ServiceUtil.initCreateMonth(tSocialInfo.getCreateTime(), payMonth)); lib.setSocialCreateMonth(ServiceUtil.initCreateMonth(tSocialInfo.getCreateTime(), payMonth));
lib.setProvidentCreateMonth(lib.getSocialCreateMonth()); //lib.setProvidentCreateMonth(lib.getSocialCreateMonth())
lib.setSocialPayMonth(payMonth); lib.setSocialPayMonth(payMonth);
//同时处理公积金日期 //同时处理公积金日期
lib.setProvidentPayMonth(payMonth); //lib.setProvidentPayMonth(payMonth)
lib.setSocialProvince(tSocialInfo.getSocialProvince()); lib.setSocialProvince(tSocialInfo.getSocialProvince());
lib.setSocialCity(tSocialInfo.getSocialCity()); lib.setSocialCity(tSocialInfo.getSocialCity());
lib.setSocialTown(tSocialInfo.getSocialTown()); lib.setSocialTown(tSocialInfo.getSocialTown());
...@@ -1200,9 +1200,9 @@ public class TForecastLibraryServiceImpl extends ServiceImpl<TForecastLibraryMap ...@@ -1200,9 +1200,9 @@ public class TForecastLibraryServiceImpl extends ServiceImpl<TForecastLibraryMap
lib.setEmpNo(providentFund.getEmpNo()); lib.setEmpNo(providentFund.getEmpNo());
lib.setEmpNatrue(providentFund.getEmpType()); lib.setEmpNatrue(providentFund.getEmpType());
lib.setProvidentCreateMonth(ServiceUtil.initCreateMonth(providentFund.getCreateTime(), payMonth)); lib.setProvidentCreateMonth(ServiceUtil.initCreateMonth(providentFund.getCreateTime(), payMonth));
lib.setSocialCreateMonth(lib.getProvidentCreateMonth()); //lib.setSocialCreateMonth(lib.getProvidentCreateMonth())
//同时处理社保日期 //同时处理社保日期
lib.setSocialPayMonth(payMonth); //lib.setSocialPayMonth(payMonth)
lib.setProvidentPayMonth(payMonth); lib.setProvidentPayMonth(payMonth);
lib.setFundProvince(providentFund.getFundProvince()); lib.setFundProvince(providentFund.getFundProvince());
lib.setFundCity(providentFund.getFundCity()); lib.setFundCity(providentFund.getFundCity());
......
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