| | |
| | | } else { |
| | | result.put("updateTime", ""); |
| | | } |
| | | //if(ardAlarmpointsWell.getGuideP1() != null){ |
| | | // result.put("guideP1",ardAlarmpointsWell.getGuideP1()); |
| | | //}else{ |
| | | // result.put("guideP1",""); |
| | | //} |
| | | //if(ardAlarmpointsWell.getGuideP2() != null){ |
| | | // result.put("guideP2",ardAlarmpointsWell.getGuideP2()); |
| | | //}else{ |
| | | // result.put("guideP2",""); |
| | | //} |
| | | //if(ardAlarmpointsWell.getGuideT1() != null){ |
| | | // result.put("guideT1",ardAlarmpointsWell.getGuideT1()); |
| | | //}else{ |
| | | // result.put("guideT1",""); |
| | | //} |
| | | //if(ardAlarmpointsWell.getGuideT2() != null){ |
| | | // result.put("guideT2",ardAlarmpointsWell.getGuideT2()); |
| | | //}else{ |
| | | // result.put("guideT2",""); |
| | | //} |
| | | //if(ardAlarmpointsWell.getGuideZ1() != null){ |
| | | // result.put("guideZ1",ardAlarmpointsWell.getGuideZ1()); |
| | | //}else{ |
| | | // result.put("guideZ1",""); |
| | | //} |
| | | //if(ardAlarmpointsWell.getGuideZ2() != null){ |
| | | // result.put("guideZ2",ardAlarmpointsWell.getGuideZ2()); |
| | | //}else{ |
| | | // result.put("guideZ2",""); |
| | | //} |
| | | if (config.size() != 0) { |
| | | String oracle = config.get(0).getConfigValue(); |
| | | String[] oracleArr = oracle.split(";"); |