Commit 962abfd1 by 吴博

Merge branch 'hotfix/fixerp' into 'release'

Hotfix/fixerp

See merge request rays/pcloud-book!1585
parents 76792895 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