liusheng
2024-07-29 0662ed4d69b6270dec5c2214454023dfe8d46308
ruoyi-project/src/main/java/com/ruoyi/project/service/impl/VDonationworkflowServiceImpl.java
@@ -58,10 +58,10 @@
        if (StringUtils.isNotBlank(vDonationworkflow.getReportername())){
            wrappers.like(VDonationworkflow::getReportername ,vDonationworkflow.getReportername());
        }
        if (vDonationworkflow.getDonatetime() != null){
        if (vDonationworkflow.getStarttime() != null){
            wrappers.ge(VDonationworkflow::getDonatetime ,vDonationworkflow.getStarttime());
        }
        if (vDonationworkflow.getDonatetime() != null){
        if (vDonationworkflow.getEndtime() != null){
            wrappers.lt(VDonationworkflow::getDonatetime ,vDonationworkflow.getEndtime());
        }
        if (vDonationworkflow.getReporttime() != null){