xiaoyong931011
2020-08-13 d6bcc4fe2101077f2a750c8382486629c5da1f66
src/main/resources/mapper/modules/DataMonitoringMapper.xml
@@ -9,6 +9,9 @@
                <if test="record.account!=null and record.account!=''">
                     and (m.phone = #{record.account} or m.email = #{record.account} or m.invite_id=#{record.account})
                </if>
                <if test="record.isTest!=null and record.isTest!=''">
                    and m.account_type= #{record.isTest}
                </if>
            </if>
      </where>
      order by m.create_time desc