#
luxiaotao1123
2021-03-06 af121f9c655a4f9a6ea87d363b294ddd12a77fb5
src/main/resources/mapper/CustOrderMapper.xml
@@ -19,4 +19,8 @@
    </resultMap>
    <update id="updateStatus">
        update man_cust_order set status = #{status} where 1=1 and number = #{number}
    </update>
</mapper>