feat: block#39
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
| ) | ||
| @SystemControllerLog(description = "生态中心区块列表分页查询api") | ||
| @GetMapping("/block") | ||
| public Result<List<BlockDto>> find(@RequestParam Map<String, String> request) { |
| @SystemControllerLog(description = "创建区块分组") | ||
| @PostMapping("/block-groups/create") | ||
| public Result<List<BlockGroupDto>> createBlockGroups(@Valid @RequestBody BlockGroup blockGroups) { | ||
| List<BlockGroupDto> blockGroupsList = blockGroupService.findBlockGroupByCondition(blockGroups); |
| schema = @Schema(implementation = TaskRecord.class))), | ||
| @ApiResponse(responseCode = "400", description = "请求失败")} | ||
| ) | ||
| @SystemControllerLog(description = "获取任务状态api") |
| * @param blockId the block id | ||
| * @return the list | ||
| */ | ||
| @Select("select * from t_block_history bh " + |
| */ | ||
| @Override | ||
| public List<BlockGroupDto> getBlockGroupByIdsOrAppId(List<Integer> ids, Integer appId) { | ||
| // 此接收到的两个参数不一定同时存在 |
No description provided.