数据库错误 /home/jobShow?ID=%7B%7Bitem.ID%7D%7D&Type=RECRUIT
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 11
SELECT JB.*,
							CERT.Text AS CertClassText,
							SHIP.Text AS ShipTypeText,
							PV.Name AS ProvinceName,
							CT.Name AS CityName
					   FROM ((( job_Recruitment AS JB 
								LEFT JOIN base_AssDocS AS CERT ON JB.CertificationClassID = CERT.ID
							) LEFT JOIN base_AssDocS AS SHIP ON JB.ShipTypeID = SHIP.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 11