浏览代码

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

Aslee 3 年之前
父节点
当前提交
330a063db6

+ 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