Browse Source

Merge remote-tracking branch 'origin/master'

wujj 4 năm trước cách đây
mục cha
commit
94d2ee1137

+ 7 - 0
src/main/java/net/mingsoft/cms/entity/CategoryEntity.java

@@ -440,6 +440,13 @@ public class CategoryEntity extends BaseEntity {
     }
 
     /**
+     * 获取栏目Id(标签使用)
+     */
+    public Boolean getTypeleaf() {
+        return this.leaf; }
+
+
+    /**
      * 获取栏目图片 (标签使用)
      */
     public String getTypelitpic() {

+ 0 - 1
src/main/resources/application.yml

@@ -86,7 +86,6 @@ spring:
       charset: utf-8
       enabled: true
 
-
 mybatis-plus:
   global-config:
     db-config: