| | |
| | | InputStream inputStream = null; |
| | | ByteArrayOutputStream outputStream = null; |
| | | try { |
| | | URL url = new URL(row.getSigin()); |
| | | String sginUrl=row.getSigin().replace("https://opo.qduh.cn:8091","http://192.168.76.25:8090"); |
| | | logger.info("签名:"+sginUrl); |
| | | URL url = new URL(sginUrl); |
| | | connection = (HttpURLConnection) url.openConnection(); |
| | | connection.setRequestMethod("GET"); |
| | | connection.setConnectTimeout(5000); |
| | |
| | | " <w:tc><w:tcPr></w:tcPr>\n" + |
| | | " <w:p wsp:rsidR=\"00425E28\" wsp:rsidRPr=\"00CB3FB5\" wsp:rsidRDefault=\"00AC7CCA\" wsp:rsidP=\"00CB3FB5\">\n" + |
| | | " <w:r wsp:rsidRPr=\"00737357\">\n" + |
| | | " <w:spacing w:line=\"480\" w:line-rule=\"auto\"/><w:t>【委员审批】"+expName+" "+State+" </w:t></w:r>\n" + |
| | | " <w:spacing w:line=\"480\" w:line-rule=\"auto\"/><w:t>【委员审批】"+expName+" </w:t></w:r>\n" + |
| | | " </w:p>\n" + |
| | | " </w:tc>\n" + |
| | | " <w:tc><w:tcPr></w:tcPr>\n" + |
| | |
| | | " <w:t>签名:</w:t></w:r>\n" + |
| | | " <w:r wsp:rsidR=\"00421BE1\">\n" ; |
| | | if(sgin.length()>10) { |
| | | sgin=sgin.replace("https://opo.qduh.cn:8091","http://192.168.76.25:8090"); |
| | | committeeOpinion +="<w:pict><w:binData w:name=\"wordml://03000001.png\" xml:space=\"preserve\">\n" + sgin + "\n" + |
| | | "</w:binData><v:shape style=\"width:50pt;height:20pt\"><v:imagedata src=\"wordml://03000001.png\" o:title=\"\"/></v:shape></w:pict>\n" ; |
| | | } |
| | | |
| | | committeeOpinion += " </w:r>\n" + |
| | | " </w:p>\n" + |
| | | " </w:tc>\n" + |