xiaoyong931011
2021-12-22 9f14a435039c4159cdc015bb567adc6a3f84306f
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