Commit d17b307c authored by huyuchen's avatar huyuchen

huych-商险自动化逻辑调整

parent c39fa0fd
...@@ -4598,8 +4598,9 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -4598,8 +4598,9 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
} }
//社保公积金派减办理成功 //社保公积金派减办理成功
if ((CommonConstants.ONE_STRING.equals(dis.getType()) && CommonConstants.ZERO_INT == flag if ((CommonConstants.ONE_STRING.equals(dis.getType()) && CommonConstants.ZERO_INT == flag
&& CommonConstants.EIGHT_STRING.equals(sf.getSocialStatus()) && (CommonConstants.EIGHT_STRING.equals(sf.getSocialStatus()) || CommonConstants.FIVE_STRING.equals(sf.getSocialStatus()))
&& (CommonConstants.SEVEN_STRING.equals(sf.getFundStatus()) && (CommonConstants.SEVEN_STRING.equals(sf.getFundStatus())
|| CommonConstants.FOUR_STRING.equals(sf.getFundStatus())
|| Common.isEmpty(sf.getFundStatus()))) || || Common.isEmpty(sf.getFundStatus()))) ||
(CommonConstants.ZERO_STRING.equals(dis.getType()) && CommonConstants.ONE_INT == flag && (CommonConstants.ZERO_STRING.equals(dis.getType()) && CommonConstants.ONE_INT == flag &&
CommonConstants.EIGHT_STRING.equals(sf.getSocialStatus()) CommonConstants.EIGHT_STRING.equals(sf.getSocialStatus())
......
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