Crunchy
2024-05-08 75cca9bd19cc7fad3744c82dcfdc3c56a98694f6
inspect-server/src/main/java/com/yuanchu/mom/service/impl/InsOrderPlanServiceImpl.java
@@ -188,7 +188,7 @@
                    JSONObject resValue = JSON.parseObject(JSON.toJSONString(jo.get("resValue")));
                    if (resValue.get("v") != null) {
                        Object o = JSON.parseObject(JSON.toJSONString(resValue.get("v"))).get("v");
                        insProduct.setLastValue(o==null?null:(o + ""));
                        insProduct.setLastValue(o.equals("")?null:(o + ""));
                    }
                }catch (Exception e){}
                if (jo.get("equipValue") != null) {