Commit 92161033 authored by fangxinjiang's avatar fangxinjiang

Merge remote-tracking branch 'origin/MVP1.7.21' into MVP1.7.21

parents 6479109b 766807ea
......@@ -1088,7 +1088,7 @@ public class TDispatchInfoPreServiceImpl extends ServiceImpl<TDispatchInfoPreMap
LambdaUpdateWrapper<TDispatchInfoPre> updateWrapper = new LambdaUpdateWrapper<>();
updateWrapper.set(TDispatchInfoPre::getIsLeave, CommonConstants.ZERO_STRING);
updateWrapper.in(TDispatchInfoPre::getTypeSub,CommonConstants.ZERO_STRING);
updateWrapper.in(TDispatchInfoPre::getProcessStatus, Arrays.asList("0", "1", "2", "4","8"));
updateWrapper.in(TDispatchInfoPre::getProcessStatus, Arrays.asList("0", "1", "2", "4","8","9"));
updateWrapper.eq(TDispatchInfoPre::getRegisterId, id);
return this.update(updateWrapper);
}
......
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