#
luxiaotao1123
2021-03-06 33ed8d400eb5b0ed26c9edfe8adb6e2ae0962f08
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>