Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tiku_APP_APITest
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
shuai
tiku_APP_APITest
Commits
d7abda61
Commit
d7abda61
authored
May 15, 2019
by
Thinkpad
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
a97c5294
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
BasicsGM.java
tiku_App/src/com/offcn/process/BasicsGM.java
+2
-2
No files found.
tiku_App/src/com/offcn/process/BasicsGM.java
View file @
d7abda61
...
@@ -86,8 +86,7 @@ public class BasicsGM {
...
@@ -86,8 +86,7 @@ public class BasicsGM {
try
{
try
{
Class
<?>
printClass
=
c
;
Class
<?>
printClass
=
c
;
Method
printMethod
;
Method
printMethod
;
printMethod
=
printClass
.
getMethod
(
"cleanMysqlData"
)
printMethod
=
printClass
.
getMethod
(
"cleanMysqlData"
);
;
printMethod
.
invoke
(
obj
);
printMethod
.
invoke
(
obj
);
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
e
.
printStackTrace
();
e
.
printStackTrace
();
...
@@ -270,6 +269,7 @@ public class BasicsGM {
...
@@ -270,6 +269,7 @@ public class BasicsGM {
try
{
try
{
String
errmsg
=
JSONObject
.
fromObject
(
re
.
body
().
asString
()).
getString
(
"errmsg"
);
String
errmsg
=
JSONObject
.
fromObject
(
re
.
body
().
asString
()).
getString
(
"errmsg"
);
if
(
StringIsNull
(
errmsg
)){
if
(
StringIsNull
(
errmsg
)){
return
errmsg
;
return
errmsg
;
}
}
...
...
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