| | |
| | | JSONObject jsonObject = (JSONObject) object; |
| | | String cost = jsonObject.getString("refractiveIndex"); |
| | | if (tFrameGoodsVO.getRefractiveIndex().equals(cost)){ |
| | | tFrameGoodsVO.setSale(jsonObject.getString("sale")); |
| | | tFrameGoodsVO.setSale(jsonObject.getString("sales")); |
| | | tFrameGoodsVO.setCost(jsonObject.getString("cost")); |
| | | break; |
| | | } |
| | |
| | | JSONObject jsonObject = (JSONObject) object; |
| | | String cost = jsonObject.getString("refractiveIndex"); |
| | | if (tFrameGoodsVO.getRefractiveIndex().equals(cost)){ |
| | | tFrameGoodsVO.setSale(jsonObject.getString("sale")); |
| | | tFrameGoodsVO.setSale(jsonObject.getString("sales")); |
| | | tFrameGoodsVO.setCost(jsonObject.getString("cost")); |
| | | break; |
| | | } |