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
1b610f97
Commit
1b610f97
authored
May 09, 2022
by
季圣华
Browse files
优化商品多属性的查询接口
parent
511bf879
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-boot/src/main/java/com/jsh/erp/service/materialAttribute/MaterialAttributeService.java
View file @
1b610f97
...
@@ -92,7 +92,7 @@ public class MaterialAttributeService {
...
@@ -92,7 +92,7 @@ public class MaterialAttributeService {
public
Long
countMaterialAttribute
(
String
attributeField
)
throws
Exception
{
public
Long
countMaterialAttribute
(
String
attributeField
)
throws
Exception
{
Long
result
=
null
;
Long
result
=
null
;
try
{
try
{
result
=
materialAttributeMapperEx
.
countsByMaterialAttribute
(
attributeField
)
;
result
=
5L
;
}
catch
(
Exception
e
){
}
catch
(
Exception
e
){
JshException
.
readFail
(
logger
,
e
);
JshException
.
readFail
(
logger
,
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