|
|
@@ -285,7 +285,6 @@ public class MESHelperServiceImpl implements MESHelperService {
|
|
|
@Override
|
|
|
public Map<Object,Object> SetupResultDataInterface(String data) {
|
|
|
Map<Object, Object> rmap = new HashMap<Object, Object>();
|
|
|
-
|
|
|
JSONObject object = JSONObject.fromObject(data);
|
|
|
JSONObject SetupResultDetail=object.getJSONObject("SetupResultDetail");
|
|
|
if(SetupResultDetail!=null){
|