ruoyi-project/src/main/java/com/ruoyi/project/service/impl/ServiceFundServiceImpl.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-project/src/main/java/com/ruoyi/project/service/impl/ServiceFundServiceImpl.java
@@ -131,6 +131,8 @@ if (serviceFund.getJxrq() != null) { wrappers.eq(ServiceFund::getJxrq, serviceFund.getJxrq()); } // 添加 group by donorname wrappers.groupBy(ServiceFund::getDonorname); return this.list(wrappers); }