Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
civil-bigdata
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
civil
civil-bigdata
Commits
1e0b0dc2
Commit
1e0b0dc2
authored
Nov 30, 2021
by
wqc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改上报接口
parent
0e21cf94
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
9 deletions
+4
-9
sync-server/src/main/java/com/zq/sync/controller/ReportController.java
+0
-1
sync-server/src/main/java/com/zq/sync/service/DisabledService.java
+4
-8
No files found.
sync-server/src/main/java/com/zq/sync/controller/ReportController.java
View file @
1e0b0dc2
package
com
.
zq
.
sync
.
controller
;
import
com.zq.common.utils.AssertUtils
;
import
com.zq.common.vo.ResultVo
;
import
com.zq.sync.service.DisabledService
;
import
io.swagger.annotations.Api
;
...
...
sync-server/src/main/java/com/zq/sync/service/DisabledService.java
View file @
1e0b0dc2
...
...
@@ -224,14 +224,12 @@ public class DisabledService {
Integer
code
=
obj
.
getInt
(
"code"
);
if
(
code
==
null
||
code
!=
1
){
log
.
warn
(
"上报错误 => {}"
,
body
);
}
}
if
(!
fdx06Page
.
hasNext
()){
break
;
}
page
++;
}
}
}
...
...
@@ -284,6 +282,7 @@ public class DisabledService {
Integer
code
=
obj
.
getInt
(
"code"
);
if
(
code
==
null
||
code
!=
1
){
log
.
warn
(
"上报错误 => {}"
,
body
);
}
}
if
(!
fdx05Page
.
hasNext
()){
break
;
...
...
@@ -292,7 +291,6 @@ public class DisabledService {
}
}
}
public
void
fdx04
(){
int
page
=
1
;
...
...
@@ -342,13 +340,12 @@ public class DisabledService {
Integer
code
=
obj
.
getInt
(
"code"
);
if
(
code
==
null
||
code
!=
1
){
log
.
warn
(
"上报错误 => {}"
,
body
);
}
}
if
(!
fdx04Page
.
hasNext
()){
break
;
}
page
++;
}
}
}
...
...
@@ -397,13 +394,12 @@ public class DisabledService {
Integer
code
=
obj
.
getInt
(
"code"
);
if
(
code
==
null
||
code
!=
1
)
{
log
.
warn
(
"上报错误 => {}"
,
body
);
}
}
if
(!
fdx03Page
.
hasNext
())
{
break
;
}
page
++;
}
}
}
...
...
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