我已经在文本框上写了自动完成的jquery代码,onkeypress事件正常工作,而text-box为空但是当我使用ctrl + a或shift + tab并键入搜索某些东西时它会附加旧数据导致错误的搜索
e.g。 如果我在文本框中搜索“1”,它会显示所有记录的列表1 但是假设我按了ctrl + a或shift + tab并输入“2”它显示的是“12”而不是“2”的列表
insert into photoProcessStory (processId, storyId)
select processId, storyId
from photoProcess
where storyId <> 0 and storyId is not null