From 6d837773f257c47ac2bebcef3289b9fbed177282 Mon Sep 17 00:00:00 2001 From: zhubaomin <zhubaomin> Date: 星期五, 18 十月 2024 14:08:01 +0800 Subject: [PATCH] 2024-10-18 朱宝民 巡检轨迹续传 --- pipIrr-platform/pipIrr-global/src/main/resources/mapper/PrControllerMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/PrControllerMapper.xml b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/PrControllerMapper.xml index ca7efed..cbab066 100644 --- a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/PrControllerMapper.xml +++ b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/PrControllerMapper.xml @@ -264,6 +264,7 @@ SELECT tb.id id, tb.rtuAddr rtuAddr, tb.intakeId intakeId, + tb.findDt findDt, itb.name intakeName FROM pr_controller tb INNER JOIN pr_intake itb on tb.intakeId = itb.id -- Gitblit v1.8.0