xiaoyong931011
2023-06-07 3cfc2e7d4206f332da8af1c161725fc8a02df1e3
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>