springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -11511,7 +11511,7 @@ public R VolunteerIntegralMerchantUpdateById(@RequestBody VolunteerIntegralMerchantVO vimVO); @PostMapping("/unmount") @PostMapping("/VolunteerIntegralMerchant/unmount") public R VolunteerIntegralMerchantUnmount(@RequestBody VolunteerIntegralMerchantVO vimVO); @DeleteMapping("/VolunteerIntegralMerchant/deleteById") springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/VolunteerIntegralMerchantApi.java
@@ -144,7 +144,7 @@ if(StringUtils.isEmpty(vimVO.getState())) { return R.fail("商品上下架状态不能为空"); vimVO.setState("1"); } if(StringUtils.isEmpty(vimVO.getCommunityId()))