Commit 2237f5aa authored by alex yao's avatar alex yao

fix:数据库模糊查询

parent a9f72ce7
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'
<<and member_id = :memberId>>
<<and title = :search>>
<<and LOCATE(:search ,title)>>
order by MODIFIED_TIME desc
\ No newline at end of file
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