Helius
2021-05-20 563980920c7085f38b65da11e62ae22a76e8a110
src/main/resources/mapper/otc/OtcOrderDao.xml
@@ -41,6 +41,9 @@
    <update id="updateOrderStatusByOrderNo">
        update otc_order
        set status=#{status}
        <if test="payName != null and payName != ''">
            , pay_name = #{payName}
        </if>
        where order_no=#{orderNo}
    </update>