Commit 827ae9eb by 宁斌

1、清機調整

parent 5aaf8c7a
...@@ -170,15 +170,6 @@ public class SettlementReportPresenter extends BasePresenter<SettlementReportCon ...@@ -170,15 +170,6 @@ public class SettlementReportPresenter extends BasePresenter<SettlementReportCon
.compose(RxLifecycleUtils.bindToLifecycle(mRootView)) .compose(RxLifecycleUtils.bindToLifecycle(mRootView))
.subscribe(new ErrorHandleSubscriber<SettlementReport>(mErrorHandler) { .subscribe(new ErrorHandleSubscriber<SettlementReport>(mErrorHandler) {
//{"success":false,"errCode":"data_002","errMsg":"沒有查詢到數據","sysTime":1583573772290} //{"success":false,"errCode":"data_002","errMsg":"沒有查詢到數據","sysTime":1583573772290}
@Override
public void onSubscribe(Disposable d) {
super.onSubscribe(d);
}
@Override
public void onError(Throwable t) {
super.onError(t);
}
@Override @Override
public void onNext(@NonNull SettlementReport info) { public void onNext(@NonNull SettlementReport info) {
......
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