|
@@ -348,7 +348,7 @@ public class GisSurveyLayerApplyServiceImpl implements GisSurveyLayerApplyServic
|
|
|
//更新刷新时间
|
|
|
long timestamp = System.currentTimeMillis();
|
|
|
int projectUpdated = projectInfoMapper.updateRefreshTimeByUid(jobId, timestamp);
|
|
|
- int jobUpdated = jobInfoMapper.updateRefreshTimeActionStatusByUid(jobId, timestamp,
|
|
|
+ int jobUpdated = jobInfoMapper.updateRefreshTimeActionStatusByUid(jobId, timestamp, timestamp,
|
|
|
GisSurveyExcelDefine.DEFAULT_VALUE.ACTION, GisSurveyExcelDefine.DEFAULT_VALUE.STATUS);
|
|
|
//写入任务状态
|
|
|
int jobStatusTrackSave = jobStatusTrackMapper.save(new GisSurveyJobStatusTrack(
|