Commit 451ee8e1 by 袁伟铭

Merge remote-tracking branch 'origin/master'

parents 38043275 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;
......
......@@ -225,13 +225,11 @@ public class DisabledService {
if(code==null||code!=1){
log.warn("上报错误 => {}",body);
}
}
if(!fdx06Page.hasNext()){
break;
}
page++;
}
}
}
......@@ -285,6 +283,7 @@ public class DisabledService {
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;
......@@ -343,12 +341,11 @@ public class DisabledService {
if(code==null||code!=1){
log.warn("上报错误 => {}",body);
}
}
if(!fdx04Page.hasNext()){
break;
}
page++;
}
}
}
......@@ -398,12 +395,11 @@ public class DisabledService {
if (code == null || code != 1) {
log.warn("上报错误 => {}", body);
}
}
if (!fdx03Page.hasNext()) {
break;
}
page++;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment