src/main/resources/mapper/modules/VideoMemberMapper.xml
@@ -69,6 +69,12 @@ and (b.account like concat('%', #{record.account},'%') or b.name like concat('%', #{record.account}, '%')) </if> <if test="record.payType!=null"> and a.pay_type = #{record.payType} </if> <if test="record.status!=null"> and a.status = #{record.status} </if> </if> </where> order by a.CREATED_TIME desc