From 6af26d16804dc41bc3d8039ebb4b0e08f24402e2 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Fri, 08 Jul 2022 11:37:50 +0800
Subject: [PATCH] fix

---
 src/main/resources/mapper/ArticleMapper.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/ArticleMapper.xml b/src/main/resources/mapper/ArticleMapper.xml
index ea6ebfa..efb31cb 100644
--- a/src/main/resources/mapper/ArticleMapper.xml
+++ b/src/main/resources/mapper/ArticleMapper.xml
@@ -6,7 +6,8 @@
         SELECT
         a.*,
         b.column_name columnName,
-        c.web_address baseUrl
+        c.web_address baseUrl,
+        b.path path
         FROM
         t_article a
         left join t_column b on a.column_id = b.id

--
Gitblit v1.9.1