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);
                 }