From 4a20cd02178268884a036b35b656c5702d0ac30e Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期二, 29 十月 2024 09:55:17 +0800 Subject: [PATCH] 把原来的pj(片角)配置改为sp(沙盘)配置 --- pipIrr-platform/pipIrr-global/src/main/resources/mapper/PrControllerMapper.xml | 2 ++ 1 files changed, 2 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..9f98c8b 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,8 @@ SELECT tb.id id, tb.rtuAddr rtuAddr, tb.intakeId intakeId, + tb.findDt findDt, + tb.operateDt operateDt, itb.name intakeName FROM pr_controller tb INNER JOIN pr_intake itb on tb.intakeId = itb.id -- Gitblit v1.8.0