| | |
| | | * @param start 起始时间 |
| | | * @param end 截止时间 |
| | | */ |
| | | public void syncData(String deptId, Date start, Date end) { |
| | | public void syncData(String kqdm, String deptId, Date start, Date end) { |
| | | log.info("-------------1305接口数据开始同步------------------"); |
| | | //同步数据,只记录失败的信息 |
| | | ApiLog apiLog = new ApiLog(); |
| | |
| | | |
| | | api1305.setTfzydh(fzAreationData.getId()); |
| | | api1305.setTfrq(fzAreationData.getStartTime()); |
| | | api1305.setCfdm(fzAreationData.getDeptId()); |
| | | api1305.setCfdm(fzAreationData.getDepotId()); |
| | | api1305.setTfmd(fzAreationData.getObjective()); |
| | | api1305.setTflx(fzAreationData.getType()); |
| | | api1305.setFdxs(fzAreationData.getWindNetType()); |