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>