Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
bi-report
Project
Project
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
data
bi-report
Commits
f9f136e9
Commit
f9f136e9
authored
Nov 05, 2020
by
魏艺敏
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'yindanlei' into 'master'
add yeji_day report codes See merge request
!99
parents
fc7b6538
f01fff90
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
yeji_day.sql
pm/yeji_day/etl/yeji_day.sql
+1
-0
No files found.
pm/yeji_day/etl/yeji_day.sql
View file @
f9f136e9
...
@@ -195,6 +195,7 @@ FULL JOIN
...
@@ -195,6 +195,7 @@ FULL JOIN
FROM
FROM
online
.
ml_doctor_relation_dimen_day
online
.
ml_doctor_relation_dimen_day
WHERE
partition_date
=
REGEXP_REPLACE
(
date_sub
(
current_date
(),
1
),
'-'
,
''
)
WHERE
partition_date
=
REGEXP_REPLACE
(
date_sub
(
current_date
(),
1
),
'-'
,
''
)
and
doctor_is_merchant
=
'true'
GROUP
BY
merchant_id
,
merchant_name
,
business_group_name
,
business_partener_name
,
city_name
GROUP
BY
merchant_id
,
merchant_name
,
business_group_name
,
business_partener_name
,
city_name
)
b
)
b
ON
t3
.
merchant_id
=
b
.
merchant_id
ON
t3
.
merchant_id
=
b
.
merchant_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