From e6f64dc1c6a24c3f6f38fcb312ed45aa9d57b68f Mon Sep 17 00:00:00 2001 From: zhubaomin <zhubaomin> Date: 星期五, 01 十一月 2024 11:34:01 +0800 Subject: [PATCH] 2024-11-01 虚拟卡常用充值金额实现自动初始化 --- 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