##
mrzhssss
2022-09-13 1b941effd3153c45a2b50f5462b54a7f64a3411d
src/main/resources/mapper/OrderMapper.xml
@@ -44,7 +44,7 @@
    </resultMap>
    <update id="updateSettle">
        update man_order set settle = #{settle} where 1=1 and order_no = #{orderNo} and host_id = #{hostId}
        update man_receive set settle = #{settle} where 1=1 and order_no = #{orderNo} and host_id = #{hostId}
    </update>
    <select id="getPage" resultMap="BaseResultMap">