搜索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 = Arrays.asList(querys);
} }
//遍历 list //遍历 list
for (String ss : alllist) { for (String ss : list) {
ss = ss.trim(); ss = ss.trim();
alllist.add(ss); alllist.add(ss);
} }

Loading…
Cancel
Save