|
@@ -668,7 +668,7 @@ namespace MySystem
|
|
|
RedisDbconn.Instance.AddList("StoreApplyQueue", SendData);
|
|
|
}
|
|
|
//购买小分仓临时额度
|
|
|
- if(pro.ProductId == 45 || pro.ProductId == 46 || pro.ProductId == 47)
|
|
|
+ if(pro.ProductId == 56 || pro.ProductId == 57 || pro.ProductId == 58)
|
|
|
{
|
|
|
string SendData = "{\"Kind\":\"1\",\"Data\":{\"OrderId\":\"" + order.Id + "\"}}";
|
|
|
RedisDbconn.Instance.AddList("PreStoreApplyQueue", SendData);
|