Administrator
2023-12-22 ad703f44063beafca0c1ec0913cb7d487179ef8f
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})