组排序按照倒序排列

This commit is contained in:
wulin 2020-12-01 10:11:56 +08:00
parent 587400fb28
commit 55edce98fd

View File

@ -111,7 +111,7 @@
#{item} #{item}
</foreach> </foreach>
) )
group by id group by id order by id desc
</if> </if>
</select> </select>