Mybatis的Update语句配置的写法

1、Mybatis的Update语句配置的写法

<update id="updateMaxNum" parameterType="map">
        update 表名 set MAXNUM = #{maxNum} where ITEMID = #{itemIdHead} and CUSTOMERDRAWINGNO = #{customerDrawingNo}
    </update>

  

posted @ 2023-02-07 09:47  信铁寒胜  阅读(314)  评论(0编辑  收藏  举报