liurunyu
2024-07-05 dd9e34d4379ea31b44b5ac2f5a60ae5ab4b13030
pipIrr-platform/pipIrr-global/src/main/resources/mapper/BaUserMapper.xml
@@ -343,4 +343,12 @@
        WHERE userId = ${userId}
    </select>
    <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap">
        <!--@mbg.generated-->
        select
        <include refid="Base_Column_List" />
        from ba_user
        where id = #{id,jdbcType=BIGINT}
    </select>
</mapper>