From e1357ea1af1a473dc9fa93be458fd1578885630c Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期二, 05 十二月 2023 17:29:52 +0800 Subject: [PATCH] 1、用户增加所属片区外键ID; 2、修改重置密码的方法名; --- pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaClientMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaClientMapper.xml b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaClientMapper.xml index 458b6e1..6be18b6 100644 --- a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaClientMapper.xml +++ b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaClientMapper.xml @@ -119,7 +119,7 @@ </if> </trim> </select> - <insert id="insert" parameterType="com.dy.pipIrrGlobal.pojoBa.BaClient"> + <insert id="putin" parameterType="com.dy.pipIrrGlobal.pojoBa.BaClient"> <!--@mbg.generated--> insert into ba_client (id, countyId, townId, villageId, blockId, divideId, typeId, `name`, num, phone, -- Gitblit v1.8.0