wzy
2022-08-14 b141df9bf9764db8567efebed48006e12ab1f657
gc-order/src/main/java/com/xzx/gc/order/service/PartnerGaodeService.java
@@ -8,7 +8,6 @@
import com.xzx.gc.model.order.FenceDto;
import com.xzx.gc.order.mapper.AddressMapper;
import com.xzx.gc.order.mapper.PartnerGaodeMapper;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
@@ -16,7 +15,6 @@
import java.util.List;
@Slf4j
@Service
@Transactional(rollbackFor = Exception.class)
public class PartnerGaodeService {
@@ -53,7 +51,6 @@
     * @return
     */
    public String findPartnerIdByUserId(String userId,int type){
        log.info("userId ---->{}", userId);
        if(type==0){
            AddressInfo byUserId = addressService.findByUserId(userId);
            if(byUserId!=null){