#
luxiaotao1123
2021-03-18 87f88b6150021429a3a645c6c93a901c174b7dd0
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>