| | |
| | | JSONObject jsonObject = JSONObject.fromObject(userDTO); |
| | | //发送请求 |
| | | try { |
| | | System.out.println("发起异步推送qfqk----用户新增"); |
| | | HttpClientUtils.httpPostWithjson(requestUrl,jsonObject.toString()); |
| | | System.out.println("用户新增请求已发送...."); |
| | | } catch (IOException e) { |
| | |
| | | JSONObject jsonObject = JSONObject.fromObject(userDTO); |
| | | //发送请求 |
| | | try { |
| | | System.out.println("发起异步推送qfqk----用户更新"); |
| | | HttpClientUtils.httpPostWithjson(requestUrl,jsonObject.toString()); |
| | | } catch (IOException e) { |
| | | e.printStackTrace(); |
| | |
| | | public void FTPSecurityNumberBit(Map<String, Object> map) { |
| | | FtpUtil.getSecurityNumberBit(map); |
| | | } |
| | | |
| | | /** |
| | | * 考试实操成绩推送内网导入 |
| | | * @param map |
| | | */ |
| | | public void FTPObjectExamScore(Map<String, Object> map) { |
| | | FtpUtil.objectFileUploadExamScore(map); |
| | | } |
| | | |
| | | /** |
| | | * 管理员导入保安人员并创建保安证编号 |
| | | * @param map |
| | | */ |
| | | public void FTPSecurityPaperAndUserImport(Map<String, Object> map) { |
| | | FtpUtil.getSecurityPaperAndUserImport(map); |
| | | } |
| | | } |