lidongdong
2023-08-30 4b4239c73b70c6e6087442c258777ec31d935014
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/VolunteerIntegralMerchantApi.java
@@ -86,11 +86,6 @@
        if(StringUtils.isEmpty(vimVO.getGoodNum()))
        {
            return R.fail("商品数量不能为空");
        }
        int num= merchantService.insertVolunteer(vimVO);
        if(num>0)
        {
@@ -118,12 +113,6 @@
        {
            vimVO.setCommunityId(getCommunityId()+"");
        }
        if(StringUtils.isEmpty(vimVO.getName()))
        {
            return R.fail("商品名称不能为空");
        }
        if(StringUtils.isEmpty(vimVO.getIntegral()))
        {