lidongdong
2024-07-16 b60f1dc4df32c0a9a76152b3b1389cba1eb6b585
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/VolunteerActivitiesPeopleApi.java
@@ -105,9 +105,9 @@
            return R.fail("参数不能为空");
        }
        if(StringUtils.isEmpty(grantIntegral.getUserId()))
        if(StringUtils.isEmpty(grantIntegral.getActivityId()))
        {
            return R.fail("用户id不能为空");
            return R.fail("活动id不能为空");
        }
        if(grantIntegral.getPeopleAndGranList()==null || grantIntegral.getPeopleAndGranList().size()<=0 )