|
@@ -322,6 +322,10 @@ public class GisSurveyLayerApplyServiceImpl implements GisSurveyLayerApplyServic
|
|
|
GisSurveyJobInfoMapper jobInfoMapper = sqlSession.getMapper(GisSurveyJobInfoMapper.class);
|
|
|
GisSurveyJobStatusTrackMapper jobStatusTrackMapper = sqlSession.getMapper(GisSurveyJobStatusTrackMapper.class);
|
|
|
|
|
|
+ //删除原本job
|
|
|
+ layerApplyMapper.deleteByJobId(jobId);
|
|
|
+ propertyValueMapper.deleteByJobId(jobId);
|
|
|
+
|
|
|
//需要合并的数量
|
|
|
long mergeCount = layerApplyThirdCopyMapper.countByJobId(jobId);
|
|
|
|