### Error querying database. Cause: java.sql.SQLSyntaxErrorException: Unknown column 'create_time' in 'order clause' ### The error may exist in org/jeecg/modular/quotadevice/mapper/QuotaDeviceMapper.java (best guess) ### The error may involve defaultParameterMap ### The error occurred while setting parameters ### SQL: SELECT id, device_id, device_name, quota_id, quota_name FROM wd_quota_device ORDER BY create_time DESC LIMIT ? ### Cause: java.sql.SQLSyntaxErrorException: Unknown column 'create_time' in 'order clause' ; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column 'create_time' in 'order clause'
出现该错误是数据库没有提示的字段:解决办法是到数据库添加上该字段即可