xiaoyong931011
2022-11-11 b56dfb09003079683c1dcae9a9ebcad81f19cb3c
src/main/resources/mapper/dapp/DappMemberDao.xml
@@ -253,6 +253,11 @@
               a.*,b.username username
        from member_coin_charge a
        inner join dapp_member b on b.id = a.member_id
        <where>
            <if test="record.username !='' and record.username != null">
                and b.username = #{record.username}
            </if>
        </where>
        order  by create_time desc
    </select>