Commit 9683a254 authored by 吴春's avatar 吴春

提交代码

parent b15c49bc
......@@ -1022,6 +1022,11 @@ namespace Mall.Module.BaseSetUp
FiledName=nameof(RB_Express_Config.MallBaseId),
FiledValue=query.MallBaseId,
OperatorEnum=OperatorEnum.Equal
},
new WhereHelper(){
FiledName=nameof(RB_Express_Config.Id),
FiledValue=query.Id,
OperatorEnum=OperatorEnum.Equal
}
};
return express_ConfigRepository.Update(keyValues, wheres);
......
......@@ -350,7 +350,7 @@ namespace Mall.WebApi.Controllers.Reserve
oldLogisticsModel.LableNameList,
oldLogisticsModel.StoreAddress,
oldLogisticsModel.StoreName,
goodsList = goodsList.Select(x => new { x.Name, x.SellingPrice, x.DepositMoney, x.CoverImage, x.SubName, x.GoodsBuyNum })
goodsList = goodsList.Select(x => new { x.Name, x.SellingPrice, x.DepositMoney, x.CoverImage, x.SubName, x.GoodsBuyNum,x.Id })
};
......
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