瀏覽代碼

重置点号增加上下游点号重置

欧阳劲驰 1 月之前
父節點
當前提交
a056cc70b3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/com/shkpr/service/alambizplugin/components/GisSurveyThirdImporter.java

+ 1 - 1
src/main/java/com/shkpr/service/alambizplugin/components/GisSurveyThirdImporter.java

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