Commit 48074234 by 吴博

Merge branch 'hotfix/fixerp' into 'master'

hotfix: [1007249] erp查询rays书刊

See merge request rays/pcloud-book!1584
parents 7556c58b 59bb8506
......@@ -3577,9 +3577,8 @@ public class BookAdviserBizImpl implements BookAdviserBiz {
String[] nameList = isbn.trim().split("[\u00A0|\u3000|\u0020]+");
if (nameList.length > 1) {
bookSearchDto.setBookNames(Lists.newArrayList(nameList));
} else {
bookSearchDto.setKeyword(isbn);
}
bookSearchDto.setKeyword(isbn);
}
if (StrUtil.isNotBlank(uniqueNumber)) {
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