xiaoyong931011
2023-06-05 2f5ece4e5b4d3d2be855dd770462fc752b74c44d
src/main/resources/mapper/dapp/DappSystemProfitDao.xml
@@ -103,4 +103,11 @@
        order by a.id asc
    </select>
    <select id="selectByMemberId" resultType="cc.mrbird.febs.dapp.entity.DappSystemProfit">
        select a.*
        from dapp_system_profit a
        where member_id = #{memberId}
            limit 1
    </select>
</mapper>