Skip to content

Feature list 支持-gen by cursor#178

Open
mouzt wants to merge 2 commits intomasterfrom
feature/list-by-cursor
Open

Feature list 支持-gen by cursor#178
mouzt wants to merge 2 commits intomasterfrom
feature/list-by-cursor

Conversation

@mouzt
Copy link
Copy Markdown
Owner

@mouzt mouzt commented Feb 14, 2025

Feature

  • list 支持
  • 使用方式:
    @LogRecord(success = "更新了订单{ORDER_BEFORE{#orderId}},更新内容为...",
    type = LogRecordType.ORDER, bizNo = "{{#orderNo}}", list = "{{orders}}")
    public boolean saveOrders(List<Order> orders) {
        for (Order order : orders) {
            System.out.println(order);
        }
        return false;
    }

@cr-gpt
Copy link
Copy Markdown

cr-gpt bot commented Feb 14, 2025

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@mouzt mouzt changed the title Feature/list by cursor Feature list 支持-gen by cursor Feb 14, 2025
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant