Helius
2021-01-21 a81e87aa02e922834f64afa7517711ef372fa97b
zq-erp/src/main/java/com/matrix/system/app/action/ApiKnowledgeAction.java
@@ -32,7 +32,7 @@
    @GetMapping(value = "/findKnowledgeType")
    public AjaxResult findKnowledgeType() {
        ArticleType type = new ArticleType();
        type.setShopId(getMe().getShopId());
        type.setShopId(getMe().getCompanyId());
        type.setParentId(0L);
        return AjaxResult.buildSuccessInstance(articleTypeService.findByModel(type));
    }