| | |
| | | } else { |
| | | cs = list.get(0); |
| | | } |
| | | if (cs.getId().equals("2020797501347168258") && jianli == null) { |
| | | throw new IllegalArgumentException("方案:" + cs.getSchemeName() + "不允许传入空的文件"); |
| | | } else if (cs.getId().equals("2020797501347168258") && jianli2 == null) { |
| | | throw new IllegalArgumentException("方案:" + cs.getSchemeName() + "不允许传入空的链接"); |
| | | } else if (cs.getId().equals("2020801422279020545") && ( jianli == null || jianli2 == null)) { |
| | | throw new IllegalArgumentException("方案:" + cs.getSchemeName() + "不允许传入空的链接或文件"); |
| | | } |
| | | // 配置信息 |
| | | String serverFileRoot = uploadPath; |
| | | String workflowUrl = cs.getWorkflowUrl(); |