From 222c8c6e1826b476163fbdd670fad6b7f577665b Mon Sep 17 00:00:00 2001 From: Administrator <zhubaomin> Date: 星期五, 15 十二月 2023 18:03:22 +0800 Subject: [PATCH] Merge branch 'master' of http://8.140.179.55:20000/r/pipIrr-SV --- pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaUserRoleMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaUserRoleMapper.xml b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaUserRoleMapper.xml index 5b84062..ccdf6ef 100644 --- a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaUserRoleMapper.xml +++ b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaUserRoleMapper.xml @@ -14,7 +14,7 @@ userId, roleId </sql> - <insert id="insert" parameterType="com.dy.pipIrrGlobal.pojoBa.BaUserRole"> + <insert id="putin" parameterType="com.dy.pipIrrGlobal.pojoBa.BaUserRole"> <!--@mbg.generated--> insert into ba_user_role (userId, roleId) values (#{userId,jdbcType=BIGINT}, #{roleId,jdbcType=BIGINT}) -- Gitblit v1.8.0