Commit 97084f94 by 张跃

组织id

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