src/main/resources/mapper/dapp/DappSystemProfitDao.xml
@@ -94,4 +94,20 @@ order by a.create_time asc </select> <select id="selectDappSysstemProfitByState" resultType="cc.mrbird.febs.dapp.entity.DappSystemProfit"> select a.* from dapp_system_profit a where a.state = #{state} 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>