Merge branch 'uat' into 'uat-v2'
未进入评审室的供应商,不应在报表打印里出现 See merge request eshop/biz_service_ebtp_extend!66
This commit is contained in:
@ -18,7 +18,7 @@ import java.util.List;
|
||||
public interface TenderFeignService {
|
||||
|
||||
@ApiOperation("查询评审室下初审投标状态")
|
||||
@GetMapping("/v1/supplier_register/tender/count/{roomId}")
|
||||
@GetMapping("v1/supplier_register/room/downloaded/{roomId}")
|
||||
BaseResponse<List<BizSupplierRegister>> queryRoomTenderCount(@ApiParam(value = "评审室id", required = true) @PathVariable String roomId);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user