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>