src/main/resources/mapper/OrderMapper.xml
@@ -53,6 +53,15 @@ and id = #{orderId} </update> <update id="updateSettle2"> update man_order set settle = #{settle} ,update_time = getdate() ,plt_type = #{plt} where 1=1 and id = #{orderId} </update> <select id="selectComplete" resultMap="BaseResultMap"> select top 5 * from man_order