tp5框架 SQLSTATE[42S02]: Base table or view not found: 1146 Table '_com.system_node' doesn't exist
检查配置数据库和数据库内system_node表是否存在
你代码写错了,使用system_node表的时候,表名前缀增加错误,导致搜索的表名是_com.system_node。再检查一下system_node相关使用地方
数据库查下,应该是没这个表
302733635