|
|
@ -35,6 +35,15 @@ namespace BBWYB.Server.API.Controllers |
|
|
|
optimizationBusiness.CompleteOptimization(taskId, userId); |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 更新报价
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="request"></param>
|
|
|
|
public void BatchUpdateCompetitiveTenderQuotation([FromBody] BatchUpdateCompetitiveTenderQuotationRequest request) |
|
|
|
{ |
|
|
|
optimizationBusiness.BatchUpdateCompetitiveTenderQuotation(request, GetUserId()); |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 查询待议价任务列表
|
|
|
|
/// </summary>
|
|
|
|