|
@ -39,6 +39,7 @@ namespace BBWYB.Server.API.Controllers |
|
|
/// 更新报价
|
|
|
/// 更新报价
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
/// <param name="request"></param>
|
|
|
/// <param name="request"></param>
|
|
|
|
|
|
[HttpPost] |
|
|
public void BatchUpdateCompetitiveTenderQuotation([FromBody] BatchUpdateCompetitiveTenderQuotationRequest request) |
|
|
public void BatchUpdateCompetitiveTenderQuotation([FromBody] BatchUpdateCompetitiveTenderQuotationRequest request) |
|
|
{ |
|
|
{ |
|
|
optimizationBusiness.BatchUpdateCompetitiveTenderQuotation(request, GetUserId()); |
|
|
optimizationBusiness.BatchUpdateCompetitiveTenderQuotation(request, GetUserId()); |
|
|