Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
ctr-estimate
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
赵建伟
ctr-estimate
Commits
b37fc82b
Commit
b37fc82b
authored
Apr 03, 2020
by
赵建伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update codes
parent
f75fe306
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CtrEstimateClkOperator.java
...va/com/gmei/data/ctr/operator/CtrEstimateClkOperator.java
+2
-2
No files found.
src/main/java/com/gmei/data/ctr/operator/CtrEstimateClkOperator.java
View file @
b37fc82b
...
@@ -160,8 +160,8 @@ public class CtrEstimateClkOperator implements BaseOperator{
...
@@ -160,8 +160,8 @@ public class CtrEstimateClkOperator implements BaseOperator{
for
(
CtrEstimateClkEtl
estimateClickEtl
:
estimateClickEtls
)
{
for
(
CtrEstimateClkEtl
estimateClickEtl
:
estimateClickEtls
)
{
DeviceCurrentEstimateClk
deviceCurrentEstimateClk
=
new
DeviceCurrentEstimateClk
();
DeviceCurrentEstimateClk
deviceCurrentEstimateClk
=
new
DeviceCurrentEstimateClk
();
deviceCurrentEstimateClk
.
setDeviceId
(
estimateClickEtl
.
getDeviceId
());
deviceCurrentEstimateClk
.
setDeviceId
(
estimateClickEtl
.
getDeviceId
());
deviceCurrentEstimateClk
.
setPartitionDate
(
DateUtils
.
get
CurrentDateStr
(
));
deviceCurrentEstimateClk
.
setPartitionDate
(
DateUtils
.
get
DateStr
(
date
));
deviceCurrentEstimateClk
.
setLastUpdateTime
(
DateUtils
.
get
Current
TimeStr
(
date
));
deviceCurrentEstimateClk
.
setLastUpdateTime
(
DateUtils
.
getTimeStr
(
date
));
if
(
"tractate_card"
.
equals
(
estimateClickEtl
.
getEstimateType
())){
if
(
"tractate_card"
.
equals
(
estimateClickEtl
.
getEstimateType
())){
deviceCurrentEstimateClk
.
setTractateCardClick
(
1L
);
deviceCurrentEstimateClk
.
setTractateCardClick
(
1L
);
}
else
if
(
"content_card"
.
equals
(
estimateClickEtl
.
getEstimateType
())){
}
else
if
(
"content_card"
.
equals
(
estimateClickEtl
.
getEstimateType
())){
...
...
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