Commit abbc7538 authored by alex yao's avatar alex yao

feat: Agent应用数据库配置

parent 3e88e8e2
SELECT id, member_id, title, `desc`, db_type, db_host, db_port, db_name, db_username, db_password, is_deleted, CREATOR, CREATED_TIME, MODIFIER, MODIFIED_TIME, SYS_VERSION FROM biz_knowledge_database SELECT id, member_id, title, db_desc, db_type, db_host, db_port, db_name, db_username, db_password, is_deleted, CREATOR, CREATED_TIME, MODIFIER, MODIFIED_TIME, SYS_VERSION FROM biz_knowledge_database
where is_deleted = 'N' where is_deleted = 'N'
<<and member_id = :memberId>> <<and member_id = :memberId>>
<<and title = :search>> <<and title = :search>>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment