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