#
luxiaotao1123
2021-04-23 1b9f5c1b5e1fe582d2d1ba467b50ba1a0591ec5c
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>