Commit b5b87546 authored by 吴春's avatar 吴春

1

parent 3858213d
...@@ -5564,8 +5564,8 @@ namespace REBORN.Module.SellModule ...@@ -5564,8 +5564,8 @@ namespace REBORN.Module.SellModule
{ {
var gfiles = new Dictionary<string, object>() var gfiles = new Dictionary<string, object>()
{ {
{ nameof(RB_Travel_Config.DayNum),tmodel.DayNum}, { nameof(RB_Travel_Config.DayNum),tConfigModel.DayNum},
{ nameof(RB_Travel_Config.Title),tmodel.Title}, { nameof(RB_Travel_Config.Title),tConfigModel.Title},
}; };
var gwheres = new List<WhereHelper>() var gwheres = new List<WhereHelper>()
{ {
...@@ -6676,10 +6676,9 @@ namespace REBORN.Services.SellService ...@@ -6676,10 +6676,9 @@ namespace REBORN.Services.SellService
if (dmodel.OrderId > 0) if (dmodel.OrderId > 0)
{ {
//修改 需要查询出下单时的价格 及 最低成交价 //修改 需要查询出下单时的价格 及 最低成交价
if (tomodel == null)
{ tomodel = sellOrderModule.GetOrderEntity(dmodel.OrderId);
tomodel = sellOrderModule.GetOrderEntity(dmodel.OrderId);
}
if (tomodel == null) if (tomodel == null)
{ {
return ApiResult.ParamIsNull("参数有误,请联系管理员!"); return ApiResult.ParamIsNull("参数有误,请联系管理员!");
......
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