Skip to content

feat: SQL打印支持存储过程,SQL print support procedure #302 - #303

Open
javalover123 wants to merge 2 commits into
future0923:mainfrom
javalover123:feature/sql-print-procedure
Open

feat: SQL打印支持存储过程,SQL print support procedure #302#303
javalover123 wants to merge 2 commits into
future0923:mainfrom
javalover123:feature/sql-print-procedure

Conversation

@javalover123

@javalover123 javalover123 commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Mapper.xml 调用存储过程

    <select id="search" resultType="java.util.Map" statementType="CALLABLE" parameterType="Map">
        CALL sp_Search (
                #{p_ID,mode=IN,jdbcType=VARCHAR}
        )
    </select>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant