Commit 710dbe24 authored by hongguangwu's avatar hongguangwu

社保未结算

parent 024ad28e
...@@ -2255,15 +2255,8 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa ...@@ -2255,15 +2255,8 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
//预估个人失业 //预估个人失业
socialParam.setFd_3af9ebbe29ce1c(CommonConstants.EMPTY_STRING); socialParam.setFd_3af9ebbe29ce1c(CommonConstants.EMPTY_STRING);
//结算状态 //结算状态
if (Common.isNotNull(library.getSalarySocialFlag())) { // hgw2022-9-30 12:03:05根据倩倩的需求,改为默认空,未结算
if (CommonConstants.ONE_STRING.equals(library.getSalarySocialFlag())) { socialParam.setFd_3add9ea428879a(CommonConstants.SALARY_UNFLAG);
socialParam.setFd_3add9ea428879a(CommonConstants.SALARY_ISFLAG);
} else {
socialParam.setFd_3add9ea428879a(CommonConstants.SALARY_UNFLAG);
}
} else {
socialParam.setFd_3add9ea428879a(CommonConstants.EMPTY_STRING);
}
//社保缴纳月份 //社保缴纳月份
if (Common.isNotNull(library.getSocialPayMonth())) { if (Common.isNotNull(library.getSocialPayMonth())) {
socialParam.setFd_3adfe8cf632700(dateStringInsert(library.getSocialPayMonth())); socialParam.setFd_3adfe8cf632700(dateStringInsert(library.getSocialPayMonth()));
...@@ -2533,15 +2526,8 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa ...@@ -2533,15 +2526,8 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
fundParam.setFd_3adfe8cb96c41e(CommonConstants.EMPTY_STRING); fundParam.setFd_3adfe8cb96c41e(CommonConstants.EMPTY_STRING);
} }
//结算状态 //结算状态
if (Common.isNotNull(library.getSalaryFundFlag())) { // hgw2022-9-30 12:03:48根绝倩倩需求变更
if (CommonConstants.ONE_STRING.equals(library.getSalaryFundFlag())) { fundParam.setFd_3add9ea428879a(CommonConstants.SALARY_UNFLAG);
fundParam.setFd_3add9ea428879a(CommonConstants.SALARY_ISFLAG);
} else {
fundParam.setFd_3add9ea428879a(CommonConstants.SALARY_UNFLAG);
}
} else {
fundParam.setFd_3add9ea428879a(CommonConstants.EMPTY_STRING);
}
//订单类型 //订单类型
fundParam.setFd_3add9dd7833db8(SocialConstants.DIFF_TYPE_THR); fundParam.setFd_3add9dd7833db8(SocialConstants.DIFF_TYPE_THR);
//是否有预估 //是否有预估
......
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