#
luxiaotao1123
2021-03-02 bd789d6cafcccbba933dc9264adf46dab4a61ca0
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>