liusheng
2 天以前 406fd36d622b50005efb0f935f029e4bd5877f48
ruoyi-project/src/main/java/com/ruoyi/project/service/impl/ServiceFundServiceImpl.java
@@ -132,7 +132,7 @@
            wrappers.eq(ServiceFund::getJxrq, serviceFund.getJxrq());
        }
        // 添加 group by donorname
        wrappers.groupBy(ServiceFund::getDonorname);
//        wrappers.groupBy(ServiceFund::getDonorname);
        return this.list(wrappers);
    }