You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
好像是文件PostsMapper.xml的SQL错误,ORDER BY id DESC改成了ORDER BY archiveDate DESC
SELECT
DATE_FORMAT( create_time, "%Y-%m-01 00:00:00" ) archiveDate,
COUNT(*) articleTotal
FROM
plumemo_posts
GROUP BY DATE_FORMAT( create_time, "%Y-%m-01 00:00:00" )
ORDER BY archiveDate DESC
</select>```
好像是文件PostsMapper.xml的SQL错误,
ORDER BY id DESC改成了ORDER BY archiveDate DESC