소스 검색

fix:交付地址格式修改

duxin 9 달 전
부모
커밋
81c7f8ae31
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      rpc/consumer/internal/logic/infochangelogic.go

+ 0 - 1
rpc/consumer/internal/logic/infochangelogic.go

@@ -77,7 +77,6 @@ func (l *InfoChangeLogic) InfoChange(in *consumerinfo.InfoDetailReq) (*consumeri
 				Results.RecommendedService = mc.Int64All(data["recommended_service"])
 				deliveryAddress := mc.StringToMap(mc.InterfaceToStr(data["deliveryAddress"]))
 				Results.DeliveryAddress = fmt.Sprintf(`%s%s%s%s`, deliveryAddress["area"], deliveryAddress["city"], deliveryAddress["districts"], deliveryAddress["detailsAddr"])
-				Results.DeliveryAddress = mc.InterfaceToStr(data["deliveryAddress"])
 				if data["related_id"] != nil && mc.IntAll(data["related_id"]) != 0 {
 					Related.Id = se.SE.EncodeString(mc.InterfaceToStr(data["related_id"]))
 					Related.Title = mc.InterfaceToStr(data["relatedTitle"])