| | |
| | | list.add(new NameValueEntity("S_RKBG", meta.getPath())); |
| | | list.add(new NameValueEntity("COORDSYS", meta.getEpsgCode())); |
| | | list.add(new NameValueEntity("dirid", meta.getName())); |
| | | list.add(new NameValueEntity("depid", meta.getDepid())); |
| | | list.add(new NameValueEntity("depid", meta.getDepcode())); |
| | | list.add(new NameValueEntity("verid", meta.getVerid())); |
| | | list.add(new NameValueEntity("createuser", meta.getCreateUser())); |
| | | list.add(new NameValueEntity("parentid", meta.getEventid())); |
| | |
| | | } |
| | | |
| | | /** |
| | | * 14.CRDS平台交付 |
| | | */ |
| | | public String crdsPackaging(String dir, String major, String isCut, HttpServletRequest req) { |
| | | String url = getUrl("datax/task/run/CRDS平台交付_测试", req); |
| | | |
| | | List<NameValueEntity> list = getKeyValues("CRDS平台交付_测试"); |
| | | list.add(new NameValueEntity("S_FFXMMC", dir)); |
| | | list.add(new NameValueEntity("MBZY", major)); |
| | | list.add(new NameValueEntity("P_WBFW", isCut)); |
| | | |
| | | return RestHelper.postForRest(url, list); |
| | | } |
| | | |
| | | /** |
| | | * 获取Url |
| | | */ |
| | | public String getUrl(String subUrl, HttpServletRequest req) { |