lidongdong
2023-12-08 bd03dc55328e988b3e6bd2165593b6e49c58e4c2
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);
    }