@@ -274,7 +274,7 @@ namespace MySystem
if(!orderids.Contains(suborder.Id))
{
string RefundNo = DateTime.Now.ToString("yyyyMMddHHmmssfff") + function.get_Random(8);
- int Status = 0;
+ int Status = 1;
if(order.PayMode == 1)
string result = AlipayFunction.Instance.Refund(suborder.SeoTitle, RefundNo, Math.Round(GetMoney, 2).ToString(), "门店消费补贴", merchantAdd.AlipayAuthToken);
@@ -106,7 +106,7 @@ namespace MySystem
#region 移动列表元素位置
public T RPopLPush<T>(string key, string tokey)
- return RedisHelper.RPopLPush<T>(key, tokey);
+ return csredis.RPopLPush<T>(key, tokey);
}
#endregion