Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
site-project
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hqzhdj
site-project
Commits
2719c30e
Commit
2719c30e
authored
Dec 17, 2024
by
梅存智
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改SQL
parent
823404f3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
14 deletions
+7
-14
cloud-site-service/src/main/resources/mapper/InformationMapper.xml
+7
-14
No files found.
cloud-site-service/src/main/resources/mapper/InformationMapper.xml
View file @
2719c30e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment