Commit b50ccb98 authored by 吴春's avatar 吴春

1

parent f3c7aa8f
......@@ -1100,6 +1100,8 @@ namespace REBORN.Module.SellModule
return flag ? "" : "出错了,请联系管理员";
}
else
{
try
{
#region 新增订单
......@@ -1236,6 +1238,11 @@ namespace REBORN.Module.SellModule
Type = 1
});
}
}
catch (Exception ex)
{
LogHelper.Write(ex);
}
return orderId > 0 ? "" : "出错了,请联系管理员";
}
}
......
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