Commit 544bc2f4 authored by 黄奎's avatar 黄奎

页面修改

parent 35058cc3
...@@ -360,7 +360,6 @@ namespace Mall.Module.TradePavilion ...@@ -360,7 +360,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 +378,6 @@ namespace Mall.Module.TradePavilion ...@@ -379,7 +378,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 +441,6 @@ namespace Mall.Module.TradePavilion ...@@ -443,8 +441,6 @@ namespace Mall.Module.TradePavilion
} }
} }
/// <summary> /// <summary>
///删除品牌状态 ///删除品牌状态
/// </summary> /// </summary>
......
...@@ -1318,8 +1318,6 @@ namespace Mall.WebApi.Controllers.TradePavilion ...@@ -1318,8 +1318,6 @@ namespace Mall.WebApi.Controllers.TradePavilion
return flag ? ApiResult.Success() : ApiResult.Failed(); return flag ? ApiResult.Success() : ApiResult.Failed();
} }
/// <summary> /// <summary>
/// 删除品牌信息 /// 删除品牌信息
/// </summary> /// </summary>
...@@ -1331,10 +1329,6 @@ namespace Mall.WebApi.Controllers.TradePavilion ...@@ -1331,10 +1329,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