Commit 1b610f97 authored by 季圣华's avatar 季圣华
Browse files

优化商品多属性的查询接口

parent 511bf879
...@@ -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);
} }
......
Supports Markdown
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