jinlin
2024-03-12 8c87aa91aede352bfa8ffa8f740c4d30e367b7b0
modules/mainPart/src/main/java/com/zt/life/modules/mainPart/basicInfo/service/XhProductModelService.java
@@ -46,7 +46,7 @@
    public List<XhProductModel> getAllTree() {
            List<XhProductModel> productList = baseDao.selectList(new QueryWrapper<XhProductModel>().eq(Constant.TableColumn.IS_DELETE,
                    Constant.Bool.NO) .gt("node_type", 1).orderByAsc(Constant.TableColumn.SORT));
                    Constant.Bool.NO) .gt("product_type", 1).orderByAsc(Constant.TableColumn.SORT));
            return TreeUtils.build(productList);
    }