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
bltdc
dc-java
Commits
3f21cf8e
Commit
3f21cf8e
authored
Jul 15, 2019
by
yinyong
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
09ab19f5
e399f4cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
SkuSimpleCategoryJob.java
...src/main/java/com/bailuntec/job/SkuSimpleCategoryJob.java
+2
-1
No files found.
data-base/base-sync-sku/src/main/java/com/bailuntec/job/SkuSimpleCategoryJob.java
View file @
3f21cf8e
...
@@ -55,9 +55,10 @@ public class SkuSimpleCategoryJob implements SimpleJob {
...
@@ -55,9 +55,10 @@ public class SkuSimpleCategoryJob implements SimpleJob {
}
else
{
}
else
{
throw
new
RuntimeException
(
"调用SKU简单分类接口返回错误"
);
throw
new
RuntimeException
(
"调用SKU简单分类接口返回错误"
);
}
}
}
catch
(
IO
Exception
e
)
{
}
catch
(
Exception
e
)
{
throw
new
RuntimeException
(
"调用SKU简单分类接口失败"
+
e
.
getCause
().
getMessage
(),
e
);
throw
new
RuntimeException
(
"调用SKU简单分类接口失败"
+
e
.
getCause
().
getMessage
(),
e
);
}
finally
{
}
finally
{
SessionUtil
.
closeSession
();
if
(
response
!=
null
)
{
if
(
response
!=
null
)
{
response
.
close
();
response
.
close
();
}
}
...
...
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