Commit 3782394e authored by fangxinjiang's avatar fangxinjiang

派减分项办理

parent 316bdc5c
...@@ -1267,26 +1267,38 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -1267,26 +1267,38 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
StringBuffer temp = new StringBuffer(); StringBuffer temp = new StringBuffer();
if (Common.isEmpty(socialFund)){ if (Common.isEmpty(socialFund)){
if (Common.isNotNull(excel.getSocialHousehold())){ if (Common.isNotNull(excel.getSocialHousehold())){
if (Common.isNotNull(excel.getPensionStart())){ if (Common.isEmpty(socialFund.getPensionHandle())
|| CommonConstants.TWO_STRING.equals(socialFund.getPensionHandle())
|| CommonConstants.THREE_STRING.equals(socialFund.getPensionHandle())){
temp.append(DispatchConstants.DISPATCH_PENSION); temp.append(DispatchConstants.DISPATCH_PENSION);
} }
if (Common.isNotNull(excel.getMedicalStart())){ if (Common.isEmpty(socialFund.getMedicalHandle())
|| CommonConstants.TWO_STRING.equals(socialFund.getMedicalHandle())
|| CommonConstants.THREE_STRING.equals(socialFund.getMedicalHandle())){
temp.append(DispatchConstants.DISPATCH_MEDICAL); temp.append(DispatchConstants.DISPATCH_MEDICAL);
} }
if (Common.isNotNull(excel.getBirthStart())){ }
if (Common.isEmpty(socialFund.getBirthHandle())
|| CommonConstants.TWO_STRING.equals(socialFund.getBirthHandle())
|| CommonConstants.THREE_STRING.equals(socialFund.getBirthHandle())){
temp.append(DispatchConstants.DISPATCH_BIRTH); temp.append(DispatchConstants.DISPATCH_BIRTH);
} }
if (Common.isNotNull(excel.getWorkInjuryStart())){ if (Common.isEmpty(socialFund.getWorkInjuryHandle())
|| CommonConstants.TWO_STRING.equals(socialFund.getWorkInjuryHandle())
|| CommonConstants.THREE_STRING.equals(socialFund.getWorkInjuryHandle())){
temp.append(DispatchConstants.DISPATCH_INJURY); temp.append(DispatchConstants.DISPATCH_INJURY);
} }
if (Common.isNotNull(excel.getUnemployStart())){ if (Common.isEmpty(socialFund.getUnemployHandle())
|| CommonConstants.TWO_STRING.equals(socialFund.getUnemployHandle())
|| CommonConstants.THREE_STRING.equals(socialFund.getUnemployHandle())){
temp.append(DispatchConstants.DISPATCH_UNEMP); temp.append(DispatchConstants.DISPATCH_UNEMP);
} }
if (Common.isNotNull(excel.getBigailmentStart()) if ((Common.isEmpty(socialFund.getBigailmentHandle())
&& CommonConstants.ZERO_STRING.equals(socialSet.getIsIllness())){ || CommonConstants.TWO_STRING.equals(socialFund.getBigailmentHandle())
|| CommonConstants.THREE_STRING.equals(socialFund.getBigailmentHandle()))
&& CommonConstants.ZERO_STRING.equals(socialSet.getIsIllness())) {
temp.append(DispatchConstants.DISPATCH_BIGMAILMENT); temp.append(DispatchConstants.DISPATCH_BIGMAILMENT);
} }
}
if (Common.isNotNull(excel.getProvidentHousehold())){ if (Common.isNotNull(excel.getProvidentHousehold())){
temp.append(DispatchConstants.DISPATCH_FUND); temp.append(DispatchConstants.DISPATCH_FUND);
} }
...@@ -2758,23 +2770,29 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -2758,23 +2770,29 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
socialFund.setSocialReduceStatus(CommonConstants.ZERO_STRING); socialFund.setSocialReduceStatus(CommonConstants.ZERO_STRING);
socialFund.setSocialReduceStatus(CommonConstants.ZERO_STRING); socialFund.setSocialReduceStatus(CommonConstants.ZERO_STRING);
socialFund.setSocialStatus(CommonConstants.SIX_STRING); socialFund.setSocialStatus(CommonConstants.SIX_STRING);
// 养老办理状态:0待办理1办理成功2办理失败3已派减 // 养老办理状态:0待办理1办理成功2办理失败3已派减 4 派减失败
if (CommonConstants.ONE_STRING.equals(socialFund.getPensionHandle())){ if (CommonConstants.ONE_STRING.equals(socialFund.getPensionHandle())
|| CommonConstants.FOUR_STRING.equals(socialFund.getPensionHandle())){
temp.append(DispatchConstants.DISPATCH_PENSION); temp.append(DispatchConstants.DISPATCH_PENSION);
} }
if (CommonConstants.ONE_STRING.equals(socialFund.getMedicalHandle())){ if (CommonConstants.ONE_STRING.equals(socialFund.getMedicalHandle())
|| CommonConstants.FOUR_STRING.equals(socialFund.getMedicalHandle())){
temp.append(DispatchConstants.DISPATCH_MEDICAL); temp.append(DispatchConstants.DISPATCH_MEDICAL);
} }
if (CommonConstants.ONE_STRING.equals(socialFund.getWorkInjuryHandle())){ if (CommonConstants.ONE_STRING.equals(socialFund.getWorkInjuryHandle())
|| CommonConstants.FOUR_STRING.equals(socialFund.getWorkInjuryHandle())){
temp.append(DispatchConstants.DISPATCH_INJURY); temp.append(DispatchConstants.DISPATCH_INJURY);
} }
if (CommonConstants.ONE_STRING.equals(socialFund.getBirthHandle())){ if (CommonConstants.ONE_STRING.equals(socialFund.getBirthHandle())
|| CommonConstants.FOUR_STRING.equals(socialFund.getBirthHandle())){
temp.append(DispatchConstants.DISPATCH_BIRTH); temp.append(DispatchConstants.DISPATCH_BIRTH);
} }
if (CommonConstants.ONE_STRING.equals(socialFund.getUnemployHandle())){ if (CommonConstants.ONE_STRING.equals(socialFund.getUnemployHandle())
|| CommonConstants.FOUR_STRING.equals(socialFund.getUnemployHandle())){
temp.append(DispatchConstants.DISPATCH_UNEMP); temp.append(DispatchConstants.DISPATCH_UNEMP);
} }
if (CommonConstants.ONE_STRING.equals(socialFund.getBigailmentHandle()) if ((CommonConstants.ONE_STRING.equals(socialFund.getBigailmentHandle())
|| CommonConstants.FOUR_STRING.equals(socialFund.getBigailmentHandle()))
&& CommonConstants.ZERO_STRING.equals(socialFund.getIsIllness()) && CommonConstants.ZERO_STRING.equals(socialFund.getIsIllness())
){ ){
temp.append(DispatchConstants.DISPATCH_BIGMAILMENT); temp.append(DispatchConstants.DISPATCH_BIGMAILMENT);
...@@ -3151,13 +3169,22 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -3151,13 +3169,22 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
|| CommonConstants.ONE_STRING.equals(sf.getBirthHandle()) || CommonConstants.ONE_STRING.equals(sf.getBirthHandle())
|| CommonConstants.ONE_STRING.equals(sf.getUnemployHandle()) || CommonConstants.ONE_STRING.equals(sf.getUnemployHandle())
|| (CommonConstants.ONE_STRING.equals(sf.getBigailmentHandle()) || (CommonConstants.ONE_STRING.equals(sf.getBigailmentHandle())
&& CommonConstants.ZERO_STRING.equals(sf.getIsIllness()))) || CommonConstants.FOUR_STRING.equals(sf.getPensionHandle())
&& !(CommonConstants.ONE_STRING.equals(sf.getPensionHandle()) || CommonConstants.FOUR_STRING.equals(sf.getMedicalHandle())
&& CommonConstants.ONE_STRING.equals(sf.getMedicalHandle()) || CommonConstants.FOUR_STRING.equals(sf.getWorkInjuryHandle())
&& CommonConstants.ONE_STRING.equals(sf.getWorkInjuryHandle()) || CommonConstants.FOUR_STRING.equals(sf.getBirthHandle())
&& CommonConstants.ONE_STRING.equals(sf.getBirthHandle()) || CommonConstants.FOUR_STRING.equals(sf.getUnemployHandle())
&& CommonConstants.ONE_STRING.equals(sf.getUnemployHandle()) || ((CommonConstants.ONE_STRING.equals(sf.getBigailmentHandle())
&& (CommonConstants.ONE_STRING.equals(sf.getBigailmentHandle()) || CommonConstants.FOUR_STRING.equals(sf.getBigailmentHandle()))
&& CommonConstants.ZERO_STRING.equals(sf.getIsIllness()))
))
&& !(
(CommonConstants.ONE_STRING.equals(sf.getPensionHandle()) || CommonConstants.FOUR_STRING.equals(sf.getPensionHandle()))
&& (CommonConstants.ONE_STRING.equals(sf.getMedicalHandle()) || CommonConstants.FOUR_STRING.equals(sf.getMedicalHandle()))
&& (CommonConstants.ONE_STRING.equals(sf.getWorkInjuryHandle()) || CommonConstants.FOUR_STRING.equals(sf.getWorkInjuryHandle()))
&& (CommonConstants.ONE_STRING.equals(sf.getBirthHandle()) || CommonConstants.FOUR_STRING.equals(sf.getBirthHandle()))
&& (CommonConstants.ONE_STRING.equals(sf.getUnemployHandle()) || CommonConstants.FOUR_STRING.equals(sf.getUnemployHandle()))
&& ((CommonConstants.ONE_STRING.equals(sf.getBigailmentHandle()) || CommonConstants.FOUR_STRING.equals(sf.getBigailmentHandle()))
&& CommonConstants.ZERO_STRING.equals(sf.getIsIllness()))); && CommonConstants.ZERO_STRING.equals(sf.getIsIllness())));
if (flagTemp){ if (flagTemp){
sf.setSocialStatus(CommonConstants.FOUR_STRING); sf.setSocialStatus(CommonConstants.FOUR_STRING);
...@@ -4000,18 +4027,27 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -4000,18 +4027,27 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
private void initReduceStatus(TSocialInfo socialInfo, TSocialFundInfo sf, TDispatchInfo dis) { private void initReduceStatus(TSocialInfo socialInfo, TSocialFundInfo sf, TDispatchInfo dis) {
// 全部失败 // 全部失败
if ((CommonConstants.FOUR_STRING.equals(socialInfo.getPensionHandle()) if ((CommonConstants.FOUR_STRING.equals(socialInfo.getPensionHandle())
|| CommonConstants.TWO_STRING.equals(socialInfo.getPensionHandle())
|| Common.isEmpty(socialInfo.getPensionHandle())) || Common.isEmpty(socialInfo.getPensionHandle()))
&& (CommonConstants.FOUR_STRING.equals(socialInfo.getMedicalHandle()) && (CommonConstants.FOUR_STRING.equals(socialInfo.getMedicalHandle())
|| CommonConstants.TWO_STRING.equals(socialInfo.getMedicalHandle())
|| Common.isEmpty(socialInfo.getMedicalHandle())) || Common.isEmpty(socialInfo.getMedicalHandle()))
&& ( CommonConstants.FOUR_STRING.equals(socialInfo.getWorkInjuryHandle()) && ( CommonConstants.FOUR_STRING.equals(socialInfo.getWorkInjuryHandle())
|| CommonConstants.TWO_STRING.equals(socialInfo.getWorkInjuryHandle())
|| Common.isEmpty(socialInfo.getWorkInjuryHandle())) || Common.isEmpty(socialInfo.getWorkInjuryHandle()))
&& ( CommonConstants.FOUR_STRING.equals(socialInfo.getBirthHandle()) && ( CommonConstants.FOUR_STRING.equals(socialInfo.getBirthHandle())
|| CommonConstants.TWO_STRING.equals(socialInfo.getBirthHandle())
|| Common.isEmpty(socialInfo.getBirthHandle())) || Common.isEmpty(socialInfo.getBirthHandle()))
&& ( CommonConstants.FOUR_STRING.equals(socialInfo.getUnemployHandle()) && ( CommonConstants.FOUR_STRING.equals(socialInfo.getUnemployHandle())
|| CommonConstants.TWO_STRING.equals(socialInfo.getUnemployHandle())
|| Common.isEmpty(socialInfo.getUnemployHandle())) || Common.isEmpty(socialInfo.getUnemployHandle()))
&& ( (CommonConstants.FOUR_STRING.equals(socialInfo.getBigailmentHandle()) && ( (
&& CommonConstants.ZERO_STRING.equals(socialInfo.getIsIllness())) (CommonConstants.FOUR_STRING.equals(socialInfo.getBigailmentHandle())
|| Common.isEmpty(socialInfo.getBigailmentHandle()))){ || CommonConstants.TWO_STRING.equals(socialInfo.getBigailmentHandle()))
&& CommonConstants.ZERO_STRING.equals(socialInfo.getIsIllness())
)
|| Common.isEmpty(socialInfo.getBigailmentHandle()))
){
socialInfo.setHandleStatus(CommonConstants.ONE_STRING); socialInfo.setHandleStatus(CommonConstants.ONE_STRING);
sf.setSocialStatus(CommonConstants.NINE_STRING); sf.setSocialStatus(CommonConstants.NINE_STRING);
sf.setSocialReduceStatus(CommonConstants.THREE_STRING); sf.setSocialReduceStatus(CommonConstants.THREE_STRING);
...@@ -4021,18 +4057,26 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -4021,18 +4057,26 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
} }
// 全部成功 // 全部成功
if ((CommonConstants.THREE_STRING.equals(socialInfo.getPensionHandle()) if ((CommonConstants.THREE_STRING.equals(socialInfo.getPensionHandle())
|| CommonConstants.TWO_STRING.equals(socialInfo.getPensionHandle())
|| Common.isEmpty(socialInfo.getPensionHandle())) || Common.isEmpty(socialInfo.getPensionHandle()))
&& (CommonConstants.THREE_STRING.equals(socialInfo.getMedicalHandle()) && (CommonConstants.THREE_STRING.equals(socialInfo.getMedicalHandle())
|| CommonConstants.TWO_STRING.equals(socialInfo.getMedicalHandle())
|| Common.isEmpty(socialInfo.getMedicalHandle())) || Common.isEmpty(socialInfo.getMedicalHandle()))
&& ( CommonConstants.THREE_STRING.equals(socialInfo.getWorkInjuryHandle()) && ( CommonConstants.THREE_STRING.equals(socialInfo.getWorkInjuryHandle())
|| CommonConstants.TWO_STRING.equals(socialInfo.getWorkInjuryHandle())
|| Common.isEmpty(socialInfo.getWorkInjuryHandle())) || Common.isEmpty(socialInfo.getWorkInjuryHandle()))
&& ( CommonConstants.THREE_STRING.equals(socialInfo.getBirthHandle()) && ( CommonConstants.THREE_STRING.equals(socialInfo.getBirthHandle())
|| CommonConstants.TWO_STRING.equals(socialInfo.getBirthHandle())
|| Common.isEmpty(socialInfo.getBirthHandle())) || Common.isEmpty(socialInfo.getBirthHandle()))
&& ( CommonConstants.THREE_STRING.equals(socialInfo.getUnemployHandle()) && ( CommonConstants.THREE_STRING.equals(socialInfo.getUnemployHandle())
|| CommonConstants.TWO_STRING.equals(socialInfo.getUnemployHandle())
|| Common.isEmpty(socialInfo.getUnemployHandle())) || Common.isEmpty(socialInfo.getUnemployHandle()))
&& ( (CommonConstants.THREE_STRING.equals(socialInfo.getBigailmentHandle()) && ( (
(CommonConstants.THREE_STRING.equals(socialInfo.getBigailmentHandle())
|| CommonConstants.TWO_STRING.equals(socialInfo.getBigailmentHandle()))
&& CommonConstants.ZERO_STRING.equals(socialInfo.getIsIllness())) && CommonConstants.ZERO_STRING.equals(socialInfo.getIsIllness()))
|| Common.isEmpty(socialInfo.getBigailmentHandle()))){ || Common.isEmpty(socialInfo.getBigailmentHandle()))
){
if (CommonConstants.FOUR_STRING.equals(sf.getMedicalHandle()) if (CommonConstants.FOUR_STRING.equals(sf.getMedicalHandle())
||CommonConstants.FOUR_STRING.equals(sf.getPensionHandle()) ||CommonConstants.FOUR_STRING.equals(sf.getPensionHandle())
...@@ -4272,11 +4316,15 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -4272,11 +4316,15 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
} }
boolean flag = CommonConstants.THREE_STRING.equals(handleStatusTemp); boolean flag = CommonConstants.THREE_STRING.equals(handleStatusTemp);
if (socialType.contains(CommonConstants.ONE_STRING)) { if (socialType.contains(CommonConstants.ONE_STRING)) {
if (CommonConstants.ONE_STRING.equals(socialInfo.getPensionHandle())){ if (CommonConstants.ONE_STRING.equals(sf.getPensionHandle()) || CommonConstants.FOUR_STRING.equals(sf.getPensionHandle())){
if (Common.isNotNull(socialInfo.getPensionHandle())){
socialInfo.setPensionHandle(handleStatusTemp); socialInfo.setPensionHandle(handleStatusTemp);
sf.setPensionHandle(handleStatusTemp);
if (flag){ if (flag){
socialInfo.setPensionReduceStart(dis.getSocialReduceDate()); socialInfo.setPensionReduceStart(dis.getSocialReduceDate());
}
}
sf.setPensionHandle(handleStatusTemp);
if (flag){
sf.setPensionReduceStart(dis.getSocialReduceDate()); sf.setPensionReduceStart(dis.getSocialReduceDate());
} }
} }
...@@ -4285,11 +4333,15 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -4285,11 +4333,15 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
}*/ }*/
} }
if (socialType.contains(CommonConstants.TWO_STRING)) { if (socialType.contains(CommonConstants.TWO_STRING)) {
if (CommonConstants.ONE_STRING.equals(socialInfo.getMedicalHandle())){ if (CommonConstants.ONE_STRING.equals(sf.getMedicalHandle()) || CommonConstants.FOUR_STRING.equals(sf.getMedicalHandle())){
if (Common.isNotNull(socialInfo.getMedicalHandle())){
socialInfo.setMedicalHandle(handleStatusTemp); socialInfo.setMedicalHandle(handleStatusTemp);
sf.setMedicalHandle(handleStatusTemp);
if (flag){ if (flag){
socialInfo.setMedicalReduceStart(dis.getSocialReduceDate()); socialInfo.setMedicalReduceStart(dis.getSocialReduceDate());
}
}
sf.setMedicalHandle(handleStatusTemp);
if (flag){
sf.setMedicalReduceStart(dis.getSocialReduceDate()); sf.setMedicalReduceStart(dis.getSocialReduceDate());
} }
} }
...@@ -4298,11 +4350,15 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -4298,11 +4350,15 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
}*/ }*/
} }
if (socialType.contains(CommonConstants.THREE_STRING)) { if (socialType.contains(CommonConstants.THREE_STRING)) {
if (CommonConstants.ONE_STRING.equals(socialInfo.getUnemployHandle())){ if (CommonConstants.ONE_STRING.equals(sf.getUnemployHandle()) || CommonConstants.FOUR_STRING.equals(sf.getUnemployHandle())){
if (Common.isNotNull(socialInfo.getUnemployHandle())){
socialInfo.setUnemployHandle(handleStatusTemp); socialInfo.setUnemployHandle(handleStatusTemp);
sf.setUnemployHandle(handleStatusTemp);
if (flag){ if (flag){
socialInfo.setUnemployReduceStart(dis.getSocialReduceDate()); socialInfo.setUnemployReduceStart(dis.getSocialReduceDate());
}
}
sf.setUnemployHandle(handleStatusTemp);
if (flag){
sf.setUnemployReduceStart(dis.getSocialReduceDate()); sf.setUnemployReduceStart(dis.getSocialReduceDate());
} }
} }
...@@ -4311,11 +4367,15 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -4311,11 +4367,15 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
}*/ }*/
} }
if (socialType.contains(CommonConstants.FOUR_STRING)) { if (socialType.contains(CommonConstants.FOUR_STRING)) {
if (CommonConstants.ONE_STRING.equals(socialInfo.getWorkInjuryHandle())){ if (CommonConstants.ONE_STRING.equals(sf.getWorkInjuryHandle()) || CommonConstants.FOUR_STRING.equals(sf.getWorkInjuryHandle())){
if (Common.isNotNull(socialInfo.getWorkInjuryHandle())){
socialInfo.setWorkInjuryHandle(handleStatusTemp); socialInfo.setWorkInjuryHandle(handleStatusTemp);
sf.setWorkInjuryHandle(handleStatusTemp);
if (flag){ if (flag){
socialInfo.setWorkInjuryReduceStart(dis.getSocialReduceDate()); socialInfo.setWorkInjuryReduceStart(dis.getSocialReduceDate());
}
}
sf.setWorkInjuryHandle(handleStatusTemp);
if (flag){
sf.setWorkInjuryReduceStart(dis.getSocialReduceDate()); sf.setWorkInjuryReduceStart(dis.getSocialReduceDate());
} }
} }
...@@ -4324,11 +4384,15 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -4324,11 +4384,15 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
}*/ }*/
} }
if (socialType.contains(CommonConstants.FIVE_STRING)) { if (socialType.contains(CommonConstants.FIVE_STRING)) {
if (CommonConstants.ONE_STRING.equals(socialInfo.getBirthHandle())){ if (CommonConstants.ONE_STRING.equals(sf.getBirthHandle()) || CommonConstants.FOUR_STRING.equals(sf.getBirthHandle())){
if (Common.isNotNull(socialInfo.getBirthHandle())){
socialInfo.setBirthHandle(handleStatusTemp); socialInfo.setBirthHandle(handleStatusTemp);
sf.setBirthHandle(handleStatusTemp);
if (flag){ if (flag){
socialInfo.setBirthReduceStart(dis.getSocialReduceDate()); socialInfo.setBirthReduceStart(dis.getSocialReduceDate());
}
}
sf.setBirthHandle(handleStatusTemp);
if (flag){
sf.setBirthReduceStart(dis.getSocialReduceDate()); sf.setBirthReduceStart(dis.getSocialReduceDate());
} }
} }
...@@ -4338,11 +4402,15 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -4338,11 +4402,15 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
} }
if (socialType.contains(CommonConstants.SIX_STRING) if (socialType.contains(CommonConstants.SIX_STRING)
&& CommonConstants.ZERO_STRING.equals(sf.getIsIllness())) { && CommonConstants.ZERO_STRING.equals(sf.getIsIllness())) {
if (CommonConstants.ONE_STRING.equals(socialInfo.getBigailmentHandle())){ if (CommonConstants.ONE_STRING.equals(sf.getBigailmentHandle()) || CommonConstants.FOUR_STRING.equals(sf.getBigailmentHandle())){
if (Common.isNotNull(socialInfo.getBigailmentHandle())){
socialInfo.setBigailmentHandle(handleStatusTemp); socialInfo.setBigailmentHandle(handleStatusTemp);
sf.setBigailmentHandle(handleStatusTemp);
if (flag){ if (flag){
socialInfo.setBigailmentReduceStart(dis.getSocialReduceDate()); socialInfo.setBigailmentReduceStart(dis.getSocialReduceDate());
}
}
sf.setBigailmentHandle(handleStatusTemp);
if (flag){
sf.setBigailmentReduceStart(dis.getSocialReduceDate()); sf.setBigailmentReduceStart(dis.getSocialReduceDate());
} }
} }
......
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