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) {