Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1-office-web-sit
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴迪
gs1-office-web-sit
Commits
6095c203
Commit
6095c203
authored
Jan 04, 2022
by
吴迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【新增】修改成center_outer.dbo.库
parent
c9c58be1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
EanUpcDao.xml
src/main/resources/mapper/manage/EanUpcDao.xml
+4
-4
No files found.
src/main/resources/mapper/manage/EanUpcDao.xml
View file @
6095c203
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
b.login_date
b.login_date
FROM
FROM
center_outer.dbo.bulletin AS a
center_outer.dbo.bulletin AS a
INNER JOIN ean_upc AS b ON a.code = b.code
INNER JOIN
center_outer.dbo.
ean_upc AS b ON a.code = b.code
WHERE
WHERE
(
(
DATEDIFF(DAY, login_date, getdate()) >= 7
DATEDIFF(DAY, login_date, getdate()) >= 7
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
b.login_date
b.login_date
FROM
FROM
center_outer.dbo.bulletin AS a
center_outer.dbo.bulletin AS a
INNER JOIN ean_upc AS b ON a.code = b.code
INNER JOIN
center_outer.dbo.
ean_upc AS b ON a.code = b.code
WHERE
WHERE
(
(
DATEDIFF(DAY, login_date, getdate()) >= 7
DATEDIFF(DAY, login_date, getdate()) >= 7
...
@@ -84,8 +84,8 @@
...
@@ -84,8 +84,8 @@
b.logout_date
b.logout_date
FROM
FROM
firm a
firm a
LEFT JOIN ean_upc b ON a.f_id = b.f_id
LEFT JOIN
center_outer.
ean_upc b ON a.f_id = b.f_id
LEFT JOIN center_outer.dbo.bulletin c ON c.code = b.code
LEFT JOIN center_outer.dbo.
dbo.
bulletin c ON c.code = b.code
WHERE
WHERE
a.f_id = #{eanUpcEntity.fId}
a.f_id = #{eanUpcEntity.fId}
AND b.code = #{eanUpcEntity.code}
AND b.code = #{eanUpcEntity.code}
...
...
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