|
@@ -96,7 +96,7 @@ public class SolverService {
|
|
Runtime runtime = Runtime.getRuntime();
|
|
Runtime runtime = Runtime.getRuntime();
|
|
String startTime =TimeUtils.getNow();
|
|
String startTime =TimeUtils.getNow();
|
|
Integer i=0;
|
|
Integer i=0;
|
|
- log.info("Solver start id={}",projectId);
|
|
|
|
|
|
+ log.info("Solver start jobId={}",jobId);
|
|
esSeverPut(projectId, "Solver start", ++i,startTime);
|
|
esSeverPut(projectId, "Solver start", ++i,startTime);
|
|
log.info("Solver downLoadAll start id={}",projectId);
|
|
log.info("Solver downLoadAll start id={}",projectId);
|
|
sftpUtil.downloadByProjectId(projectId,projectType);
|
|
sftpUtil.downloadByProjectId(projectId,projectType);
|