From cad3b1ff16ed7a01e552230ed861c2248882e1fd Mon Sep 17 00:00:00 2001 From: zhubaomin <zhubaomin> Date: 星期二, 22 十月 2024 09:25:23 +0800 Subject: [PATCH] 2024-10-22 朱宝民 修改校验验证码接口,返回值中增加clientId --- 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