#
luxiaotao1123
2021-03-12 a897c6650036f9f0e2a033bca554864c9b24e34f
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>