| | |
| | | List<NameValueEntity> list = getKeyValues("图面整饰检查"); |
| | | list.add(new NameValueEntity("XMMC", fme.xmmc)); |
| | | list.add(new NameValueEntity("GCXMYSB", fme.zipPath)); |
| | | list.add(new NameValueEntity("S_XLS2", fme.xlsList)); |
| | | list.add(new NameValueEntity("S_XLS", "$(OrgUserStorage)\\质检配置文件\\质检配置表总.xlsx")); |
| | | list.add(new NameValueEntity("S_XLS", "$(ZJPZWJ)\\质检配置表总.xlsx")); |
| | | list.add(new NameValueEntity("S_XLS2", "D:\\Project\\Data\\LF\\temp\\20230107010101\\文件清单.xlsx")); |
| | | |
| | | return RestHelper.postForRest(url, list); |
| | | } |