#
luxiaotao1123
2021-05-27 83c2e75757034d753d8e69a24e8713e3b84d266a
src/main/resources/mapper/OrderMapper.xml
@@ -42,4 +42,8 @@
    </resultMap>
    <update id="updateSettle">
        update man_order set settle = #{settle} where 1=1 and order_no = #{orderNo}
    </update>
</mapper>