Commit acdcd390 authored by hongguangwu's avatar hongguangwu

MVP1.7.8-派单减少的审核通过,

         清空多个信息
parent 7b862c76
......@@ -3570,6 +3570,15 @@ public class TDispatchInfoServiceImpl extends ServiceImpl<TDispatchInfoMapper, T
&& CommonConstants.ZERO_STRING.equals(autoFlag)) {
socialInfo.setYsdHandleStatus(CommonConstants.ONE_STRING);
}
socialInfo.setYgsAddId(CommonConstants.CENTER_SPLIT_LINE_STRING);
socialInfo.setYgsRequestId(CommonConstants.CENTER_SPLIT_LINE_STRING);
socialInfo.setYgsRemarkOld(CommonConstants.CENTER_SPLIT_LINE_STRING);
socialInfo.setYgsRemark(CommonConstants.CENTER_SPLIT_LINE_STRING);
socialInfo.setYsdAddId(CommonConstants.CENTER_SPLIT_LINE_STRING);
socialInfo.setYsdRequestId(CommonConstants.CENTER_SPLIT_LINE_STRING);
socialInfo.setYsdRemarkOld(CommonConstants.CENTER_SPLIT_LINE_STRING);
socialInfo.setYsdRemark(CommonConstants.CENTER_SPLIT_LINE_STRING);
}
socialMapper.updateById(socialInfo);
}
......
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