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

页面修改

parent 35058cc3
......@@ -360,7 +360,6 @@ namespace Mall.Module.TradePavilion
{nameof(RB_Brand_Extend.KongTiao),model.KongTiao },
{nameof(RB_Brand_Extend.XinFeng),model.XinFeng },
{nameof(RB_Brand_Extend.BrandClassId),model.BrandClassId },
};
return brandRepository.Update(fileds, new WhereHelper(nameof(RB_Brand_Extend.ID), model.ID));
}
......@@ -379,7 +378,6 @@ namespace Mall.Module.TradePavilion
{nameof(RB_Brand_Extend.Status),1 },
};
bool flag = brandRepository.Update(fileds, new WhereHelper(nameof(RB_Brand_Extend.ID), CarrierId));
return flag;
}
......@@ -443,8 +441,6 @@ namespace Mall.Module.TradePavilion
}
}
/// <summary>
///删除品牌状态
/// </summary>
......
......@@ -1318,8 +1318,6 @@ namespace Mall.WebApi.Controllers.TradePavilion
return flag ? ApiResult.Success() : ApiResult.Failed();
}
/// <summary>
/// 删除品牌信息
/// </summary>
......@@ -1331,10 +1329,6 @@ namespace Mall.WebApi.Controllers.TradePavilion
var flag = carrierModule.RemoveBrandModule(CarrierId);
return flag ? ApiResult.Success() : ApiResult.Failed();
}
#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