mrzhssss
2022-03-17 d801ee292fb95592b3ed0eaa95d3b2506c78c9c1
src/main/resources/mapper/OrderMapper.xml
@@ -40,11 +40,11 @@
        <result column="update_by" property="updateBy" />
        <result column="update_time" property="updateTime" />
        <result column="memo" property="memo" />
        <result column="wave_no" property="waveNo" />
    </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">