xiaoyong931011
2023-06-06 7ac72e5f51cc99d1d9a3d3c4827fd4abe4543576
src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -46,7 +46,7 @@
                and a.status = #{record.status}
            </if>
        </where>
        order by a.create_time desc, a.id desc
        order by a.create_time desc
    </select>
    <select id="selectListForMemberAndDay" resultType="cc.mrbird.febs.dapp.entity.DappFundFlowEntity">