liusheng
2024-02-01 a8b458570fea9039e464150da723b9415b95a64c
ruoyi-project/src/main/java/com/ruoyi/project/service/impl/ServiceFundSharedServiceImpl.java
@@ -39,6 +39,9 @@
        if (serviceFundShared.getInfoid() != null){
            wrappers.eq(ServiceFundShared::getInfoid ,serviceFundShared.getInfoid());
        }
        if (Long.valueOf(serviceFundShared.getSerfunid()) != null){
            wrappers.eq(ServiceFundShared::getSerfunid ,serviceFundShared.getSerfunid());
        }
        if (StringUtils.isNotBlank(serviceFundShared.getDonorno())){
            wrappers.eq(ServiceFundShared::getDonorno ,serviceFundShared.getDonorno());
        }