| src/main/resources/mapper/dapp/DappFundFlowDao.xml | ●●●●● patch | view | raw | blame | history |
src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -166,6 +166,11 @@ a.* from dapp_member_fund a left join dapp_member b on a.member_id = b.id <where> <if test="record.memberId != null"> and a.member_id = #{record.memberId} </if> </where> order by a.create_time desc </select> </mapper>