Commit 2c3cac76 authored by 吴春's avatar 吴春
parents 76e51646 0fcc13c9
...@@ -343,6 +343,7 @@ namespace Mall.Module.TradePavilion ...@@ -343,6 +343,7 @@ namespace Mall.Module.TradePavilion
{nameof(RB_Brand_Extend.ShopNum),model.ShopNum }, {nameof(RB_Brand_Extend.ShopNum),model.ShopNum },
{nameof(RB_Brand_Extend.BuiltUpArea),model.BuiltUpArea }, {nameof(RB_Brand_Extend.BuiltUpArea),model.BuiltUpArea },
{nameof(RB_Brand_Extend.EndBuiltUpArea),model.EndBuiltUpArea }, {nameof(RB_Brand_Extend.EndBuiltUpArea),model.EndBuiltUpArea },
{nameof(RB_Brand_Extend.BrandType),model.BrandType },
{nameof(RB_Brand_Extend.CustomerType),model.CustomerType }, {nameof(RB_Brand_Extend.CustomerType),model.CustomerType },
{nameof(RB_Brand_Extend.StoreExpansion),model.StoreExpansion }, {nameof(RB_Brand_Extend.StoreExpansion),model.StoreExpansion },
{nameof(RB_Brand_Extend.ProjectType),model.ProjectType }, {nameof(RB_Brand_Extend.ProjectType),model.ProjectType },
...@@ -360,7 +361,6 @@ namespace Mall.Module.TradePavilion ...@@ -360,7 +361,6 @@ namespace Mall.Module.TradePavilion
{nameof(RB_Brand_Extend.KongTiao),model.KongTiao }, {nameof(RB_Brand_Extend.KongTiao),model.KongTiao },
{nameof(RB_Brand_Extend.XinFeng),model.XinFeng }, {nameof(RB_Brand_Extend.XinFeng),model.XinFeng },
{nameof(RB_Brand_Extend.BrandClassId),model.BrandClassId }, {nameof(RB_Brand_Extend.BrandClassId),model.BrandClassId },
}; };
return brandRepository.Update(fileds, new WhereHelper(nameof(RB_Brand_Extend.ID), model.ID)); return brandRepository.Update(fileds, new WhereHelper(nameof(RB_Brand_Extend.ID), model.ID));
} }
...@@ -379,7 +379,6 @@ namespace Mall.Module.TradePavilion ...@@ -379,7 +379,6 @@ namespace Mall.Module.TradePavilion
{nameof(RB_Brand_Extend.Status),1 }, {nameof(RB_Brand_Extend.Status),1 },
}; };
bool flag = brandRepository.Update(fileds, new WhereHelper(nameof(RB_Brand_Extend.ID), CarrierId)); bool flag = brandRepository.Update(fileds, new WhereHelper(nameof(RB_Brand_Extend.ID), CarrierId));
return flag; return flag;
} }
...@@ -443,8 +442,6 @@ namespace Mall.Module.TradePavilion ...@@ -443,8 +442,6 @@ namespace Mall.Module.TradePavilion
} }
} }
/// <summary> /// <summary>
///删除品牌状态 ///删除品牌状态
/// </summary> /// </summary>
......
...@@ -1348,8 +1348,6 @@ namespace Mall.WebApi.Controllers.TradePavilion ...@@ -1348,8 +1348,6 @@ namespace Mall.WebApi.Controllers.TradePavilion
return flag ? ApiResult.Success() : ApiResult.Failed(); return flag ? ApiResult.Success() : ApiResult.Failed();
} }
/// <summary> /// <summary>
/// 删除品牌信息 /// 删除品牌信息
/// </summary> /// </summary>
...@@ -1361,10 +1359,6 @@ namespace Mall.WebApi.Controllers.TradePavilion ...@@ -1361,10 +1359,6 @@ namespace Mall.WebApi.Controllers.TradePavilion
var flag = carrierModule.RemoveBrandModule(CarrierId); var flag = carrierModule.RemoveBrandModule(CarrierId);
return flag ? ApiResult.Success() : ApiResult.Failed(); return flag ? ApiResult.Success() : ApiResult.Failed();
} }
#endregion #endregion
} }
} }
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