|
@@ -718,10 +718,10 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
iTestDetail=map.get("iTestDetail").toString();
|
|
iTestDetail=map.get("iTestDetail").toString();
|
|
}
|
|
}
|
|
if(map.get("iMaxValue")!=null){
|
|
if(map.get("iMaxValue")!=null){
|
|
- iTestDetail=map.get("iTestDetail").toString();
|
|
|
|
|
|
+ iMaxValue=map.get("iTestDetail").toString();
|
|
}
|
|
}
|
|
if(map.get("iMinValue")!=null){
|
|
if(map.get("iMinValue")!=null){
|
|
- iTestDetail=map.get("iTestDetail").toString();
|
|
|
|
|
|
+ iMinValue=map.get("iTestDetail").toString();
|
|
}
|
|
}
|
|
JSONObject map3=new JSONObject();
|
|
JSONObject map3=new JSONObject();
|
|
map3.put("iSN",iSN);
|
|
map3.put("iSN",iSN);
|