src/main/java/com/flow/service/impl/ChongZhiServiceImpl.java
@@ -29,9 +29,11 @@ } public PageInfo<Chongzhi> FindChongzhiZi(String Zong, Integer page, Integer limit) throws Exception { System.out.println("222222222222222"); System.out.println(Zong); QueryWrapper queryWrapper = new QueryWrapper(); queryWrapper.eq("none", "0"); queryWrapper.eq("Company", Zong); queryWrapper.eq("company", Zong); queryWrapper.select().orderByDesc("CzDate"); PageHelper.startPage(page, limit); List<Chongzhi> chongzhiList = ((ChongZhMapper)this.baseMapper).selectList(queryWrapper);