| | |
| | | this.pointId = po.getCd(); |
| | | this.type = type; |
| | | |
| | | if (this.type == "1"){ |
| | | if (type.equals( "1")){ |
| | | //渗压 |
| | | this.value = po.getSw_val(); |
| | | }else if (this.type == "2"){ |
| | | }else if (type.equals("2")){ |
| | | //渗流 |
| | | }else if (this.type == "3"){ |
| | | }else if (type.equals("3")){ |
| | | //x |
| | | this.value = po.getDe(); |
| | | }else if (this.type == "4"){ |
| | | }else if (type.equals("4")){ |
| | | //y |
| | | this.value = po.getDn(); |
| | | }else if (this.type == "5"){ |
| | | }else if (type.equals("5")){ |
| | | //z |
| | | this.value = po.getDu(); |
| | | } |
| | | this.time = po.getTm(); |
| | | this.damName = po.getRes_nm(); |
| | | } |
| | | } |