Commit 59bb8506 by 吴博

hotfix: [1007249] erp查询rays书刊

parent 7556c58b
...@@ -3577,9 +3577,8 @@ public class BookAdviserBizImpl implements BookAdviserBiz { ...@@ -3577,9 +3577,8 @@ public class BookAdviserBizImpl implements BookAdviserBiz {
String[] nameList = isbn.trim().split("[\u00A0|\u3000|\u0020]+"); String[] nameList = isbn.trim().split("[\u00A0|\u3000|\u0020]+");
if (nameList.length > 1) { if (nameList.length > 1) {
bookSearchDto.setBookNames(Lists.newArrayList(nameList)); bookSearchDto.setBookNames(Lists.newArrayList(nameList));
} else {
bookSearchDto.setKeyword(isbn);
} }
bookSearchDto.setKeyword(isbn);
} }
if (StrUtil.isNotBlank(uniqueNumber)) { if (StrUtil.isNotBlank(uniqueNumber)) {
if (uniqueNumber.contains("BK") || uniqueNumber.contains("bk")) { if (uniqueNumber.contains("BK") || uniqueNumber.contains("bk")) {
......
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