Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
8b789991
Commit
8b789991
authored
Mar 30, 2022
by
季圣华
Browse files
解决单据中按条码查询商品带空格无法匹配的bug
parent
10e50015
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-boot/src/main/java/com/jsh/erp/service/material/MaterialService.java
View file @
8b789991
...
...
@@ -411,6 +411,7 @@ public class MaterialService {
}
if
(
StringUtil
.
isNotEmpty
(
q
))
{
q
=
q
.
replace
(
"'"
,
""
);
q
=
q
.
trim
();
}
list
=
materialMapperEx
.
findBySelectWithBarCode
(
idList
,
q
,
offset
,
rows
);
}
catch
(
Exception
e
){
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment