src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -167,4 +167,16 @@ select ifnull(sum(amount), 0) from dapp_fund_flow where type = #{type} </select> <select id="selectOrderMoneyFlowInPage" resultType="cc.mrbird.febs.dapp.vo.AdminMallMoneyFlowVo"> select a.create_time createTime, a.amount amount, a.type type, b.address address from dapp_fund_flow a left join dapp_member b on a.member_id = b.id where a.system_profit_id = #{record.id} order by a.CREATE_TIME desc </select> </mapper>