Quellcode durchsuchen

文章审核提交

yjwang vor 4 Tagen
Ursprung
Commit
87c2df0618

+ 2 - 2
fs-company/src/main/resources/application.yml

@@ -4,11 +4,11 @@ server:
 spring:
   profiles:
 #    active: druid-fcky-test
-    active: druid-jnmy-test
+#    active: druid-jnmy-test
 #    active: druid-jzzx-test
 #    active: druid-hdt
 #    active: druid-sxjz
 #    active: druid-yzt
 #    active: druid-myhk
 #    active: druid-sft
-#    active: dev-yjb
+    active: dev-yjb

+ 6 - 0
fs-service/src/main/java/com/fs/his/vo/FsArticleListVO.java

@@ -56,4 +56,10 @@ public class FsArticleListVO {
     /** 更新时间 */
     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
     private Date updateTime;
+
+
+    /**
+     * 是否审核(-1驳回、0待审核,1审核中、2已审核)
+     * **/
+    private Integer auditStatus;
 }