#
luxiaotao1123
2021-04-22 39eda46cbbf3ebb393c3770a5a19e923cace2a13
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>