From c1c126ffb5cc8e706ae634b1c26631dbd956d663 Mon Sep 17 00:00:00 2001 From: Li Jianxuan Date: Mon, 17 Mar 2014 04:10:49 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0tag=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E7=9A=84=E6=B5=8F=E8=A7=88=E6=AC=A1=E6=95=B0?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vendor/Westdc/Metadata/Tags.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vendor/Westdc/Metadata/Tags.php b/vendor/Westdc/Metadata/Tags.php index c248f41e..5bc28824 100644 --- a/vendor/Westdc/Metadata/Tags.php +++ b/vendor/Westdc/Metadata/Tags.php @@ -96,9 +96,10 @@ class Tags } $sql = "SELECT - m.* + m.*,md.viewed FROM {$this->table->metadata} m LEFT join keyword k on m.id=k.id + LEFT join {$this->table->metadata_stat} md on m.uuid=md.uuid $wheresql ORDER BY $order {$this->opt->sort}";