请在此详细描述你所遇到的问题
【产品名称】:JAVA版多商户
【产品版本】:例:v1.4
【部署方式】:例: linux宝塔面板
【部署环境】:例:本地环境 &线上环境
【Mysql版本】:例:5.7
【使用终端】:例:后台
报错接口admin/platform/finance/merchant/closing/config
报错信息
### Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'java_mer_dev.eb_system_config.value' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
### The error may exist in com/zbkj/service/dao/SystemConfigDao.java (best guess)
### The error may involve defaultParameterMap
### The error occurred while setting parameters
### SQL: SELECT name,value FROM eb_system_config WHERE (name IN (?,?,?,?,?) AND status = ?) GROUP BY name ORDER BY id DESC
### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'java_mer_dev.eb_system_config.value' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
; bad SQL grammar []; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'java_mer_dev.eb_system_config.value' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by