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

This commit is contained in:
季圣华
2022-05-09 23:09:28 +08:00
parent 511bf87984
commit 1b610f9743

View File

@@ -92,7 +92,7 @@ public class MaterialAttributeService {
public Long countMaterialAttribute(String attributeField)throws Exception {
Long result =null;
try{
result= materialAttributeMapperEx.countsByMaterialAttribute(attributeField);
result= 5L;
}catch(Exception e){
JshException.readFail(logger, e);
}