Commit 97084f94 by 张跃

组织id

parent ece33ad1
...@@ -1068,7 +1068,7 @@ public class OrderServiceImpl implements Orderservice { ...@@ -1068,7 +1068,7 @@ public class OrderServiceImpl implements Orderservice {
, queryOrderResponseVo.getOid() , queryOrderResponseVo.getOid()
, userId , userId
, queryOrderVo.getSessionId() , queryOrderVo.getSessionId()
, bizVO.getParentCode()); , bizVO.getParentId());
// 取红包图片 // 取红包图片
queryOrderResponseVo.setRedpacketsPicture(getRedpacketsPicture(activityId)); queryOrderResponseVo.setRedpacketsPicture(getRedpacketsPicture(activityId));
queryOrderResponseVo.setActivityId(activityId); queryOrderResponseVo.setActivityId(activityId);
...@@ -1611,7 +1611,7 @@ public class OrderServiceImpl implements Orderservice { ...@@ -1611,7 +1611,7 @@ public class OrderServiceImpl implements Orderservice {
orderBean.setShopPhone(storeResponseDto.getPhone()); orderBean.setShopPhone(storeResponseDto.getPhone());
orderBean.setLatitude(Double.valueOf(storeResponseDto.getLatitude())); orderBean.setLatitude(Double.valueOf(storeResponseDto.getLatitude()));
orderBean.setLongitude(Double.valueOf(storeResponseDto.getLongitude())); orderBean.setLongitude(Double.valueOf(storeResponseDto.getLongitude()));
organizationId = storeResponseDto.getParentCode(); organizationId = storeResponseDto.getParentId();
} }
//TODO 查询订单的排队人数 //TODO 查询订单的排队人数
orderBean.setQueueIndex(""); orderBean.setQueueIndex("");
......
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