无关风月
2025-01-23 c3019597126f19e8508bd22e7da3a39058033510
manage/src/main/java/com/jilongda/manage/service/impl/TLensGoodsServiceImpl.java
@@ -70,7 +70,7 @@
                            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;
                            }
@@ -86,7 +86,7 @@
                            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;
                            }