src/main/resources/mapper/CustOrderMapper.xml @@ -19,7 +19,7 @@ </resultMap> <update id="completeOrder"> <update id="updateStatus"> update man_cust_order set status = #{status} where 1=1 and number = #{number} </update>