xiaoyong931011
2022-11-03 18989f63f6d71c9bfae0ad3128eb59b3723d889c
src/main/resources/mapper/dapp/IgtOnHookPlanOrderDao.xml
@@ -98,4 +98,14 @@
        </foreach>
    </update>
    <select id="findFlowListInPage" resultType="cc.mrbird.febs.dapp.entity.DappAccountMoneyChangeEntity">
        SELECT
        a.*
        FROM
        dapp_account_money_change a
        left join dapp_member b on a.member_id = b.id
        where a.order_id = #{orderId}
        order by s.create_time asc
    </select>
</mapper>