xiaoyong931011
2022-12-05 5c50761c2d0119e6e07ec92bfbef688a9c3e13a2
src/main/resources/mapper/dapp/DappSystemProfitDao.xml
@@ -94,4 +94,13 @@
        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>
</mapper>