| | |
| | | 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){ |