#
luxiaotao1123
2021-04-13 a87ecdd05a78e51c41c00d2f0e1c2e5b7877170d
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>