Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-java
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
huluobin
dc-java
Commits
c17019f2
Commit
c17019f2
authored
Apr 14, 2020
by
yinyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
百伦分类修复接口返回数据为空
parent
df59f15e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
BailunCategoryJob.java
...ku/src/main/java/com/bailuntec/job/BailunCategoryJob.java
+1
-1
No files found.
data-base/base-sync-sku/src/main/java/com/bailuntec/job/BailunCategoryJob.java
View file @
c17019f2
...
@@ -51,8 +51,8 @@ public class BailunCategoryJob implements SimpleJob {
...
@@ -51,8 +51,8 @@ public class BailunCategoryJob implements SimpleJob {
dcBaseBailuncategory
.
setGmtModified
(
startTime
);
dcBaseBailuncategory
.
setGmtModified
(
startTime
);
mapper
.
upsertSelective
(
dcBaseBailuncategory
);
mapper
.
upsertSelective
(
dcBaseBailuncategory
);
}
}
mapper
.
deleteByExample
(
DcBaseBailuncategoryExample
.
newAndCreateCriteria
().
andGmtModifiedLessThan
(
startTime
.
minusHours
(
1L
)).
example
());
}
}
mapper
.
deleteByExample
(
DcBaseBailuncategoryExample
.
newAndCreateCriteria
().
andGmtModifiedLessThan
(
startTime
).
example
());
}
}
}
else
{
}
else
{
throw
new
RuntimeException
(
"调用百伦分类接口返回错误"
);
throw
new
RuntimeException
(
"调用百伦分类接口返回错误"
);
...
...
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