Unknown column donedone_id in order clause
This error message indicates that the column "done_id" is not recognized by the database in the "order by" clause of the query. It could be caused by a typo in the column name or the column not being present in the table. Double-check the column name and ensure that it exists in the table.
原文地址: https://www.cveoy.top/t/topic/cSrM 著作权归作者所有。请勿转载和采集!