|
@@ -444,7 +444,7 @@ public class MeterUserListActivity extends LatteActivity implements MapLoadHelpe
|
|
|
} else {
|
|
|
ToastUtil.showToast("暂无可上传的数据");
|
|
|
}
|
|
|
- }else {
|
|
|
+ } else {
|
|
|
ToastUtil.showToast("网络连接失败");
|
|
|
}
|
|
|
}
|
|
@@ -476,7 +476,8 @@ public class MeterUserListActivity extends LatteActivity implements MapLoadHelpe
|
|
|
Map<String, RequestBody> files = new HashMap<>();
|
|
|
cbyhEntity = updataList.get(position);
|
|
|
if (cbyhEntity != null) {
|
|
|
-
|
|
|
+ if (null != (cbyhEntity.getDiffTime()))
|
|
|
+ files.put("diffTime", RequestBodyUtils.toRequestBodyString(cbyhEntity.getDiffTime().toString()));
|
|
|
if (!TextUtils.isEmpty(cbyhEntity.getIsEstimate()))
|
|
|
files.put("isEstimate", RequestBodyUtils.toRequestBodyString(cbyhEntity.getIsEstimate()));
|
|
|
if (!TextUtils.isEmpty(cbyhEntity.getCbrq()))
|