修改: ``` <select id="findById" resultType="city"> xx select id,concat('mapper file:',name) AS name,age from city where id = #{id} </select> ``` 执行不会报错.