chengf
2025-08-19 c7255cb752c12bf5c0c5e2b8bac0ad82d4cdf71b
java110-db/src/main/resources/mapper/dev/DictV1ServiceDaoImplMapper.xml
@@ -39,7 +39,7 @@
        <if test="tableName !=null and tableName != ''">
            and t.table_name= #{tableName}
        </if>
        order by t.create_time desc
        order by t.id
        <if test="page != -1 and page != null ">
            limit #{page}, #{row}
        </if>