|
@@ -82,7 +82,7 @@ namespace MySystem.Areas.Api.Controllers.v1
|
|
|
int MerchantId = int.Parse(function.CheckInt(data["MerchantId"].ToString())); //商户Id
|
|
|
Dictionary<string, object> Obj = new Dictionary<string, object>();
|
|
|
MerchantInfo merchant = new MerchantInfoService().Query(MerchantId);
|
|
|
- string OrderNo = "ZLJH" + DateTime.Now.ToString("yyyyMMddHHmmssfff") + function.get_Random(8);
|
|
|
+ string OrderNo = "D" + DateTime.Now.ToString("yyyyMMddHHmmssfff") + function.get_Random(8);
|
|
|
string check = RedisDbconn.Instance.Get<string>("ConfirmOrder:" + MerchantId + "_" + OrderNo);
|
|
|
if (!string.IsNullOrEmpty(check))
|
|
|
{
|