src/main/resources/mapper/otc/OtcOrderDao.xml @@ -37,4 +37,10 @@ </if> </where> </select> <update id="updateOrderStatusByOrderNo"> update otc_order set status=#{status} where order_no=#{orderNo} </update> </mapper>