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>