xiaoyong931011
2021-12-22 90bd2c3aedab5bb2e115a3fbc31c5877d41134ce
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