Administrator
2023-12-29 9e095f66c1547e4af8a0b21e2276187cd5d4b2a0
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})