value
2024-05-08 4430c26482f219b1313fdf916d58dc8a8bd1cbfe
inspect-server/src/main/java/com/yuanchu/mom/service/impl/InsOrderPlanServiceImpl.java
@@ -187,7 +187,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) {