xiaoyong931011
2022-12-02 ff6b4ca2a45e57df38f5d6e5f55456854f7d455c
src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -21,6 +21,12 @@
            <if test="record.memberId != null">
                and a.member_id=#{record.memberId}
            </if>
            <if test="record.fromHash != '' and record.fromHash != null">
                and a.from_hash = #{record.fromHash}
            </if>
            <if test="record.systemProfitId != '' and record.systemProfitId != null">
                and a.system_profit_id = #{record.systemProfitId}
            </if>
        </where>
        order by a.create_time desc, a.id desc
    </select>