Commit adf6ad8d by 郑云飞

小程序查询不展示团购商品分类

parent fb3db630
......@@ -45,7 +45,7 @@ public class DocCatalogAppController {
public Result findProInfo(@RequestBody DocCatalog item){
item.setItype(DocCatalog.TYPE_PRO);//商品
item.setIsshow(1);
List<DocCatalog> docs = this.catalogServiceImpl.findByParam(item);
return Result.success(docs);
......
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