|
@@ -88,7 +88,7 @@ namespace MySystem
|
|
|
if (merchant.Latitude == 0)
|
|
|
{
|
|
|
//签约成功调用腾讯地图接口获取地址
|
|
|
- RedisDbconn.Instance.AddList("GetTencentAddressInfoQueue", "{\"MerChantId\":\"" + merchant.Id + "\",\"Address\":\"" + merchant.Areas + merchant.Address + "\"}");
|
|
|
+ RedisDbconn.Instance.AddList("GetTencentAddressInfoQueueHd", "{\"MerChantId\":\"" + merchant.Id + "\",\"Address\":\"" + merchant.Areas + merchant.Address + "\"}");
|
|
|
}
|
|
|
}
|
|
|
else if (addinfo.QueryCount == 1 && order.PayMode == 1)
|
|
@@ -99,7 +99,7 @@ namespace MySystem
|
|
|
if (merchant.Latitude == 0)
|
|
|
{
|
|
|
//签约成功调用腾讯地图接口获取地址
|
|
|
- RedisDbconn.Instance.AddList("GetTencentAddressInfoQueue", "{\"MerChantId\":\"" + merchant.Id + "\",\"Address\":\"" + merchant.Areas + merchant.Address + "\"}");
|
|
|
+ RedisDbconn.Instance.AddList("GetTencentAddressInfoQueueHd", "{\"MerChantId\":\"" + merchant.Id + "\",\"Address\":\"" + merchant.Areas + merchant.Address + "\"}");
|
|
|
}
|
|
|
}
|
|
|
order.UserId = merchant.UserId;
|