搜索data时,条件失效bug。

web_backend_develope
chenlw 9 years ago
parent 0c7fbfe478
commit c2b509fdcc

@ -53,7 +53,7 @@ public class DataInfoServiceImp implements DataInfoService {
list = Arrays.asList(querys);
}
//遍历 list
for (String ss : alllist) {
for (String ss : list) {
ss = ss.trim();
alllist.add(ss);
}

Loading…
Cancel
Save