|
@@ -548,7 +548,7 @@ public class GisSurveyThirdImporter {
|
|
long begin = System.currentTimeMillis();
|
|
long begin = System.currentTimeMillis();
|
|
|
|
|
|
//点号规则
|
|
//点号规则
|
|
- final List<RuleFormatSetting> ruleFormat = jobInfoService.findRuleFormat(jobId);
|
|
|
|
|
|
+ final List<RuleFormatSetting> ruleFormat = gisSurveyJobInfoService.findRuleFormat(jobId);
|
|
//点号映射
|
|
//点号映射
|
|
Map<String, String> noMapping = new ConcurrentHashMap<>();
|
|
Map<String, String> noMapping = new ConcurrentHashMap<>();
|
|
|
|
|