lidongdong
2023-09-06 bfab22c1eba23867c3448ea397dd8d00884b6412
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/VolunteerMerchantApi.java
@@ -267,7 +267,7 @@
    public R Configinsertvo(@RequestBody VolunteerCommunityConfigVO item)
    {
        R<VolunteerCommunityConfig> voR=vccService.getData(item.getCommunityId());
        if(voR==null)
        if(voR.getData()==null ||  StringUtils.isEmpty(voR.getData().getCommunityId()))
        {
            return vccService.insertvo(item);
        }