소스 검색

返回供应商文章审核失败原因

Aslee 3 년 전
부모
커밋
330a063db6
2개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/main/java/com/caimei365/user/model/vo/ShopArticleVo.java
  2. 1 0
      src/main/resources/mapper/ArticleMapper.xml

+ 5 - 0
src/main/java/com/caimei365/user/model/vo/ShopArticleVo.java

@@ -87,6 +87,11 @@ public class ShopArticleVo {
 	 */
 	private Integer auditStatus;
 
+	/**
+	 * 审核失败原因
+	 */
+	private String failReason;
+
 	/**
 	 * 发布时间
 	 */

+ 1 - 0
src/main/resources/mapper/ArticleMapper.xml

@@ -37,6 +37,7 @@
                i.pubdate as publishDate,
                i.createDate,
                i.auditStatus,
+               i.failReason,
                i.enabledStatus as status
         from info i
         left join info_type it on i.typeId = it.id