java110
2022-01-17 28e7d3937f819a3486b22bfa1c84aee172aaccb4
java110-db/src/main/resources/mapper/store/StoreAdsServiceDaoImplMapper.xml
@@ -59,7 +59,7 @@
        <if test="url !=null and url != ''">
            and t.url= #{url}
        </if>
        order by t.create_time desc
        order by t.seq
        <if test="page != -1 and page != null ">
            limit #{page}, #{row}
        </if>