瀏覽代碼

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