ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## JS ``` var info = { init:function(){ ...... }, bindEvent:function(){ hongbo.associate({ elem: "government-basewell-association" , array: { path: "government/station/detail/OrgSearch.txt" } //找到编译SQL语句的路径 , callback: function (results) { $('#government-basewell-association').val(results.Caption) } }); }, reder:function(){ ...... } } ``` ## SQL ``` select Caption,Caption as Value from Slops.dbo.O_Org where Caption is not null and Caption like '%' + @Caption + '%' ```