FILE: /www/wwwroot/yueke/ThinkPHP/Lib/Driver/Db/DbMysql.class.php LINE: 320
错误位置
TRACE
[26-01-31 15:23:01] /www/wwwroot/yueke/ThinkPHP/Lib/Driver/Db/DbMysql.class.php (320) trace(You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 10
[ SQL语句 ] : select t.*,
g.name as gradeName,
s.name as subjectName,
tc.score,
tc.count
from dy_users t
left join dy_grades g on g.id = t.grade
left join dy_subjects s on s.id = t.subject
left join dy_teacher_comment tc on tc.user_id = t.id
where 1 and t.id = , , ERR)
[26-01-31 15:23:01] /www/wwwroot/yueke/ThinkPHP/Lib/Driver/Db/DbMysql.class.php (107) DbMysql->error()
[26-01-31 15:23:01] /www/wwwroot/yueke/ThinkPHP/Lib/Core/Model.class.php (1079) DbMysql->query(select t.*,
g.name as gradeName,
s.name as subjectName,
tc.score,
tc.count
from dy_users t
left join dy_grades g on g.id = t.grade
left join dy_subjects s on s.id = t.subject
left join dy_teacher_comment tc on tc.user_id = t.id
where 1 and t.id = )
[26-01-31 15:23:01] /www/wwwroot/yueke/Model/usersModel.class.php (37) Model->query(select t.*,
g.name as gradeName,
s.name as subjectName,
tc.score,
tc.count
from dy_users t
left join dy_grades g on g.id = t.grade
left join dy_subjects s on s.id = t.subject
left join dy_teacher_comment tc on tc.user_id = t.id
where 1 and t.id = )
[26-01-31 15:23:01] /www/wwwroot/yueke/app/Tpl/school/center_top.php (3) usersModel->getOneById()
[26-01-31 15:23:01] /www/wwwroot/yueke/app/Tpl/gmain/index_school.php (27) include(/www/wwwroot/yueke/app/Tpl/school/center_top.php)
[26-01-31 15:23:01] /www/wwwroot/yueke/app/Lib/Action/GmainAction.class.php (235) include(/www/wwwroot/yueke/app/Tpl/gmain/index_school.php)
[26-01-31 15:23:01] () GmainAction->school_show()
[26-01-31 15:23:01] /www/wwwroot/yueke/ThinkPHP/Lib/Core/App.class.php (176) ReflectionMethod->invoke()
[26-01-31 15:23:01] /www/wwwroot/yueke/ThinkPHP/Lib/Core/App.class.php (212) App::exec()
[26-01-31 15:23:01] /www/wwwroot/yueke/ThinkPHP/Lib/Core/Think.class.php (39) App::run()
[26-01-31 15:23:01] /www/wwwroot/yueke/ThinkPHP/Common/runtime.php (243) Think::start()
[26-01-31 15:23:01] /www/wwwroot/yueke/ThinkPHP/ThinkPHP.php (30) require(/www/wwwroot/yueke/ThinkPHP/Common/runtime.php)
[26-01-31 15:23:01] /www/wwwroot/yueke/index.php (11) require(/www/wwwroot/yueke/ThinkPHP/ThinkPHP.php)