Commit 10d7d71a by 张明警

Merge branches 'develop' and 'feature/1.9.11-明警' of…

Merge branches 'develop' and 'feature/1.9.11-明警' of gitlab.freemud.com:order-group-application/order-group into develop
parents e105132e a74e8a2f
...@@ -820,7 +820,6 @@ public class OrderSdkAdapter { ...@@ -820,7 +820,6 @@ public class OrderSdkAdapter {
data.setLatitude(orderInfoReqs.getDeliveryContactInfoList().get(0).getLatitude().doubleValue()); data.setLatitude(orderInfoReqs.getDeliveryContactInfoList().get(0).getLatitude().doubleValue());
data.setLongitude(orderInfoReqs.getDeliveryContactInfoList().get(0).getLongitude().doubleValue()); data.setLongitude(orderInfoReqs.getDeliveryContactInfoList().get(0).getLongitude().doubleValue());
data.setTakeAddress(orderInfoReqs.getDeliveryContactInfoList().get(0).getAddressDetail()); data.setTakeAddress(orderInfoReqs.getDeliveryContactInfoList().get(0).getAddressDetail());
data.setGender(orderInfoReqs.getDeliveryContactInfoList().get(0).getGender());
} }
} }
if (deliveryContactInfoResp.getRelateObjectType() == 3) { if (deliveryContactInfoResp.getRelateObjectType() == 3) {
......
...@@ -180,11 +180,6 @@ public class QueryOrdersResponse { ...@@ -180,11 +180,6 @@ public class QueryOrdersResponse {
*/ */
private String phone; private String phone;
/**
* 性别
*/
private Byte gender;
private String posId; private String posId;
private String remark; private String remark;
/** /**
......
...@@ -61,7 +61,4 @@ public class DeliveryContactInfoResp { ...@@ -61,7 +61,4 @@ public class DeliveryContactInfoResp {
//运单号 //运单号
private String expressNo; private String expressNo;
//性别
private Byte gender;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment