cgf
2025-08-23 9ec0a61f90ac2464eebc643bfe2d93ac9ba6e569
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>