The error message suggests that there is a column not found in the SQL query being executed. Specifically, the column mentioned in the error message is unknown error 1054.

To resolve this issue, you need to check the table structure of the mall_order table and ensure that all the columns mentioned in the insert statement exist and are spelled correctly. Additionally, make sure that the values being inserted correspond to the correct columns.

In this case, it seems that there might be an issue with the address_id column as it is the first column mentioned after the error message. Double-check the spelling and existence of this column in the mall_order table

Next IlluminateDatabaseQueryException SQLSTATE42S22 Column not found 1054 Unknown error 1054 SQL insert into mall_order order_id address_id create_by callback_status integral_level_all integral_level

原文地址: http://www.cveoy.top/t/topic/iTcO 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录