Commit b67c6178 authored by 沈鑫's avatar 沈鑫

推送失败修改状态

parent 3fea0545
......@@ -98,6 +98,7 @@ public class ApplyAndAcceptInformationTaskImpl implements ITaskExcuteService {
log.info("推送省一体化申请并受理成功,办件编码:" + ifResultInfo.getJSONObject("data").getString("code"));
} else {
e.setIsReport("1");
e.setIsSuccess("0");
if (0 == e.getFailTimes()) {
e.setFailTimes(1);
} else {
......@@ -114,7 +115,8 @@ public class ApplyAndAcceptInformationTaskImpl implements ITaskExcuteService {
} catch (Exception ex) {
ex.printStackTrace();
e.setIsReport("0");
e.setIsReport("1");
e.setIsSuccess("0");
if (0 == e.getFailTimes()) {
e.setFailTimes(1);
} else {
......
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