Commit 1724575e authored by huyuchen's avatar huyuchen

huych-社保公积金自动化带出数据逻辑修改

parent 921609f2
...@@ -156,7 +156,7 @@ public class TDispatchInfoPreServiceImpl extends ServiceImpl<TDispatchInfoPreMap ...@@ -156,7 +156,7 @@ public class TDispatchInfoPreServiceImpl extends ServiceImpl<TDispatchInfoPreMap
if (Common.isEmpty(searchVo.getStatusList())) { if (Common.isEmpty(searchVo.getStatusList())) {
searchVo.setStatusList(Stream.of("0").collect(Collectors.toList())); searchVo.setStatusList(Stream.of("0").collect(Collectors.toList()));
} }
return baseMapper.geNoPageList(searchVo); return baseMapper.geNoPageListNew(searchVo);
} }
@Override @Override
......
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