|
|
|
@ -360,9 +360,9 @@ public class WriteDFragment extends BaseFragment { |
|
|
|
} |
|
|
|
|
|
|
|
if (mWrite.get(i).getFuya() != null && !"".equals(mWrite.get(i).getFuya())) { |
|
|
|
setDetails.setMoney("NegativePressure", new BigDecimal(mWrite.get(i).getFuya())); |
|
|
|
setDetails.setString("NegativePressure", mWrite.get(i).getFuya()); |
|
|
|
} else { |
|
|
|
setDetails.setMoney("NegativePressure", null); |
|
|
|
setDetails.setString("NegativePressure", null); |
|
|
|
} |
|
|
|
|
|
|
|
if (mWrite.get(i).getZuigaoshidu() != null && !"".equals(mWrite.get(i).getZuigaoshidu())) { |
|
|
|
|