数据库错误 /home/jobShow?ID=%7B%7Bitem.ID%7D%7D&Type=APPLY
SQLSTATE[42000]: Syntax error or access violation: 1064 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 '{item.ID}} AND JB.IsDeleted = 0' at line 9
SELECT JB.*,(year(now())-year(JB.Birthday)-1) AS Age,
							CERT.Text AS CertClassText,
							IFNull(PV.Name,'') AS ProvinceName,
							IFNull(CT.Name,'') AS CityName
					   FROM (( job_Apply AS JB 
							   LEFT JOIN base_AssDocS AS CERT ON JB.CertificationClassID = CERT.ID
							) LEFT JOIN base_Region AS PV ON JB.ProvinceID = PV.ID
							) LEFT JOIN base_Region AS CT ON JB.CityID = CT.ID
					  WHERE JB.ID = {{item.ID}} AND JB.IsDeleted = 0
[]
Unknown error type: [42000] SQLSTATE[42000]: Syntax error or access violation: 1064 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 '{item.ID}} AND JB.IsDeleted = 0' at line 9