springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/java/com/panzhihua/service_jinhui_community/service/impl/JinhuiShoppingServiceImpl.java
@@ -12,6 +12,7 @@ import com.panzhihua.service_jinhui_community.service.JinhuiMicroVolunteeringService; import com.panzhihua.service_jinhui_community.service.JinhuiShoppingService; import lombok.extern.slf4j.Slf4j; import org.apache.ibatis.annotations.Param; import org.springframework.stereotype.Service; @@ -29,8 +30,8 @@ } @Override public JinhuiShopping getDetails(String id) { return baseMapper.getDetails(id); public JinhuiShopping getDetails(String id,String communityId) { return baseMapper.getDetails(id,communityId); }