1、Mybatis的Update语句配置的写法
<update id="updateMaxNum" parameterType="map"> update 表名 set MAXNUM = #{maxNum} where ITEMID = #{itemIdHead} and CUSTOMERDRAWINGNO = #{customerDrawingNo} </update>
标签:语句,ITEMID,配置,Update,Mybatis,写法 From: https://www.cnblogs.com/wwssgg/p/17097384.html