Closed jami1024 closed 1 week ago
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
Title: The database name is not displayed when creating a work order through the interface
Describe the problem
In version 2.3.1 Community Edition, after successfully creating a work order through the /api/v2/sql/refer
interface, the work order does not display the database name.
Recurrence Steps to reproduce the behavior:
params = {
"sql": "create database testaaa;",
"type": 0,
"real_name": "xxx",
"idc": "test",
"source": "apolloportaldb",
"data_base": "apolloportaldb",
"table": "",
"text": "test",
"delay": "",
"assigned": "zhangsan",
"backup": 1,
"export": 0,
"tp": 0
}
Desired results I would like to know how to create a work order through the interface.
screenshot
Deployment method
Environment (please fill in environmental information):
Additional log information
Please provide titles that are straightforward and concise. exp: [Question] How to use or [Feature] Add new feature