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>