张正

Results 3 comments of 张正

![middle_img_v2_ce052c09-4927-4c44-beaa-65d357427e2g](https://user-images.githubusercontent.com/10471778/146340873-3a996633-1235-4e01-aab0-83610a661721.png) 加上这行代码scheduleStartRequest.getDataFile().forEach(dataFile -> { if (dataFile != null && StringUtils.isNotBlank(dataFile.getPath())){ dataFile.setPath(scriptPath + SceneManageConstant.FILE_SPLIT + dataFile.getPath()); } });

![middle_img_v2_f06629e8-d7d7-4194-9594-afadee67726g](https://user-images.githubusercontent.com/10471778/146341031-daa8a7e4-9fb2-4a13-9def-ee0170b2561d.png) 加完之后是这样