xiaogang
2021-05-21 05f5fcc1efbd628f08c868fdaf622554ff85271a
java110-db/src/main/resources/mapper/community/RepairReturnVisitServiceDaoImplMapper.xml
@@ -69,7 +69,7 @@
        <if test="tel !=null and tel != ''">
            and rrp.tel= #{tel}
        </if>
        order by t.create_time desc
        order by rrp.create_time desc
        <if test="page != -1 and page != null ">
            limit #{page}, #{row}
        </if>