#
luxiaotao1123
2021-08-11 4586c8cc13cb147caa01b1cd8c3fa6afea8d5cc0
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>