|
@@ -939,8 +939,6 @@ public class WaterCheckFragment extends PhotoFragment {
|
|
|
} else {
|
|
|
waterMeterEntity.setTaskState(1);
|
|
|
}
|
|
|
- waterMeterEntity.setWfDescribes(null);
|
|
|
- waterMeterEntity.setWfbdFileList(null);
|
|
|
if (!TextUtils.isEmpty(binding.edDescribe.getText().toString())) {
|
|
|
if (waterMeterEntity.getKbdDescribes() == null) {
|
|
|
KbdDescribesBean kbdDescribesBean = new KbdDescribesBean();
|
|
@@ -949,6 +947,8 @@ public class WaterCheckFragment extends PhotoFragment {
|
|
|
waterMeterEntity.getKbdDescribes().setExceptionDescribe(binding.edDescribe.getText().toString());
|
|
|
}
|
|
|
waterMeterEntity.setExceptionFileList(photoList);
|
|
|
+ waterMeterEntity.setWfDescribes(null);
|
|
|
+ waterMeterEntity.setWfbdFileList(null);
|
|
|
|
|
|
waterMeterEntity.setNavigationId(navitId == null ? "" : String.valueOf(navitId));
|
|
|
} else {
|
|
@@ -994,8 +994,6 @@ public class WaterCheckFragment extends PhotoFragment {
|
|
|
} else {
|
|
|
waterMeterEntity.setTaskState(1);
|
|
|
}
|
|
|
- waterMeterEntity.setWfDescribes(null);
|
|
|
- waterMeterEntity.setWfbdFileList(null);
|
|
|
if (!TextUtils.isEmpty(binding.edDescribe.getText().toString())) {
|
|
|
if (waterMeterEntity.getKbdDescribes() == null) {
|
|
|
KbdDescribesBean kbdDescribesBean = new KbdDescribesBean();
|
|
@@ -1004,6 +1002,8 @@ public class WaterCheckFragment extends PhotoFragment {
|
|
|
waterMeterEntity.getKbdDescribes().setExceptionDescribe(binding.edDescribe.getText().toString());
|
|
|
}
|
|
|
waterMeterEntity.setExceptionFileList(null);
|
|
|
+ waterMeterEntity.setWfDescribes(null);
|
|
|
+ waterMeterEntity.setWfbdFileList(null);
|
|
|
|
|
|
waterMeterEntity.setNavigationId(navitId == null ? "" : String.valueOf(navitId));
|
|
|
}
|