Commit d47be345 authored by hongguangwu's avatar hongguangwu

MVP1.7.9-初始化状态

parent c6bcb2d5
...@@ -3596,6 +3596,8 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -3596,6 +3596,8 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
||CommonConstants.FIVE_STRING.equals(socialInfo.getUnemployHandle())) ||CommonConstants.FIVE_STRING.equals(socialInfo.getUnemployHandle()))
&& CommonConstants.ZERO_STRING.equals(autoFlag)) { && CommonConstants.ZERO_STRING.equals(autoFlag)) {
socialInfo.setYgsHandleStatus(CommonConstants.ONE_STRING); socialInfo.setYgsHandleStatus(CommonConstants.ONE_STRING);
} else {
socialInfo.setYgsHandleStatus(CommonConstants.ZERO_STRING);
} }
if ((CommonConstants.ZERO_STRING.equals(socialInfo.getMedicalHandle()) if ((CommonConstants.ZERO_STRING.equals(socialInfo.getMedicalHandle())
||CommonConstants.FIVE_STRING.equals(socialInfo.getMedicalHandle()) ||CommonConstants.FIVE_STRING.equals(socialInfo.getMedicalHandle())
...@@ -3605,6 +3607,8 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T ...@@ -3605,6 +3607,8 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
||CommonConstants.FIVE_STRING.equals(socialInfo.getBigailmentHandle())) ||CommonConstants.FIVE_STRING.equals(socialInfo.getBigailmentHandle()))
&& CommonConstants.ZERO_STRING.equals(autoFlag)) { && CommonConstants.ZERO_STRING.equals(autoFlag)) {
socialInfo.setYsdHandleStatus(CommonConstants.ONE_STRING); socialInfo.setYsdHandleStatus(CommonConstants.ONE_STRING);
} else {
socialInfo.setYsdHandleStatus(CommonConstants.ZERO_STRING);
} }
socialInfo.setYgsAddId(CommonConstants.CENTER_SPLIT_LINE_STRING); socialInfo.setYgsAddId(CommonConstants.CENTER_SPLIT_LINE_STRING);
socialInfo.setYgsRequestId(CommonConstants.CENTER_SPLIT_LINE_STRING); socialInfo.setYgsRequestId(CommonConstants.CENTER_SPLIT_LINE_STRING);
......
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