修复后台管理首页因为数据库大小写敏感导致的报错

This commit is contained in:
xiongxiaoyang
2020-12-07 16:06:46 +08:00
parent 2ce51d5fc0
commit 944ef912e2
3 changed files with 3 additions and 3 deletions

View File

@ -138,7 +138,7 @@
DATE_FORMAT( create_time, "%Y-%m-%d" ) AS staDate,
COUNT( 1 ) authorCount
FROM
AUTHOR
author
WHERE
create_time >= #{minDate}
GROUP BY