Commit b0543304 authored by suhuiguang's avatar suhuiguang

1.刷管道历史数据接口,接口筛选条件不正确处理

parent 2494e370
......@@ -673,7 +673,7 @@ public class DataHandlerServiceImpl {
useInfos.forEach(u->{
LambdaUpdateWrapper<IdxBizJgUseInfo> updateWrapper = new LambdaUpdateWrapper<>();
updateWrapper.eq(IdxBizJgUseInfo::getRecord, u.getRecord());
updateWrapper.set(IdxBizJgUseInfo::getProjectContraptionId, u.getProjectContraptionId());
updateWrapper.set(IdxBizJgUseInfo::getProjectContraptionId, k);
useInfoService.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