| | |
| | | + "'" + records.getStatus() + "'" + "," |
| | | + "'" + records.getType() + "'" + "," |
| | | + "'" + records.getAuditStatus() + "'" + ")"; |
| | | //FtpUtil.sqlFileUpload(s); |
| | | myAsyncService.FTP(s); |
| | | } |
| | | } |
| | |
| | | + "'" + records.getStatus() + "'" + "," |
| | | + "'" + records.getType() + "'" + "," |
| | | + "'" + records.getAuditStatus() + "'" + ")"; |
| | | //FtpUtil.sqlFileUpload(s); |
| | | myAsyncService.FTP(s); |
| | | } |
| | | } |
| | |
| | | //如果保安证编号不为空 |
| | | if (null != accreditationRecordsVo.getSecurityNumber() && accreditationRecordsVo.getSecurityNumber() != "") { |
| | | //去生成二维码 |
| | | String url = "http://223.82.109.183:2080/securityInfo.html"; |
| | | String url = "http://61.131.136.25:2080/securityInfo.html"; |
| | | String encoded = null; |
| | | try { |
| | | encoded = URLEncoder.encode(accreditationRecordsVo.getSecurityNumber(), "UTF-8"); |