소스 검색

fix:添加areaId数据

459242451@qq.com 3 년 전
부모
커밋
bedf316994
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ruoyi-admin/src/main/java/com/ruoyi/web/controller/task/XunTask.java

+ 1 - 0
ruoyi-admin/src/main/java/com/ruoyi/web/controller/task/XunTask.java

@@ -161,6 +161,7 @@ public class XunTask {
                     tlPlanRecord.setCheckpointCard(convert.getCheckpointCard());
                     tlPlanRecord.setDeviceCode(convert.getDeviceCode());
                     tlPlanRecord.setFence(tlInspectionLocation.getLnglat());
+                    tlPlanRecord.setAreaId(tlInspectionLocation.getAreaId());
                     tlPlanRecord.setCreateTime(convert.getCreateTime());
                     planRecordService.updateRecordByDateAndCard(tlPlanRecord);
                 }