Helius
2021-05-19 76a3c9d2bf30b7362661bf36ba7170d5e6d565e5
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>