Commit 2719c30e by 梅存智

修改SQL

parent 823404f3
......@@ -95,8 +95,7 @@
WHERE
rn.information_id = a.id
) number,
a.author,
a.info_source
a.author
FROM
information AS a
LEFT JOIN data_classification c ON a.type_one = c.id
......@@ -130,8 +129,7 @@
WHERE
rn.information_id = a.id
) number,
a.author,
a.info_source
a.author
FROM
information AS a
LEFT JOIN data_classification c ON a.type_one = c.id
......@@ -163,8 +161,7 @@
WHERE
rn.information_id = a.id
) number,
a.author,
a.info_source
a.author
FROM
information AS a
LEFT JOIN data_classification c ON a.type_two = c.id
......@@ -241,8 +238,7 @@
WHERE
rn.information_id = a.id
) number,
a.author,
a.info_source
a.author
FROM
information AS a
LEFT JOIN data_classification c ON a.type_one = c.id
......@@ -282,8 +278,7 @@
WHERE
rn.information_id = a.id
) number,
a.author,
a.info_source
a.author
FROM
information AS a
LEFT JOIN data_classification c ON a.type_one = c.id
......@@ -368,8 +363,7 @@
WHERE
rn.information_id = a.id
) number,
a.author,
a.info_source
a.author
FROM
information AS a
LEFT JOIN data_classification c ON a.type_one = c.id
......@@ -402,8 +396,7 @@
WHERE
rn.information_id = a.id
) number,
a.author,
a.info_source
a.author
FROM
information AS a
LEFT JOIN data_classification c ON a.type_one = c.id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment