Merge branch 'uat' into 'uat-v2'

【生产】未进入评审室的供应商,不应在报表打印里出现

See merge request eshop/biz_service_ebtp_extend!65
This commit is contained in:
付庆吉
2021-10-25 10:29:57 +08:00

View File

@ -18,7 +18,7 @@ import java.util.List;
public interface TenderFeignService {
@ApiOperation("查询评审室下初审投标状态")
@GetMapping("/v1/supplier_register/room/tender/{roomId}")
@GetMapping("/v1/supplier_register/tender/count/{roomId}")
BaseResponse<List<BizSupplierRegister>> queryRoomTenderCount(@ApiParam(value = "评审室id", required = true) @PathVariable String roomId);
}