目前以下写法报错:配置错误Statement.executeQuery() cannot issue statements that do not produce result sets.
${if(fine_username="123",
"select * from xxx where period_id=${年份}",
"select * from xxx")}
"select * from xxx where period_id="+年份,
"select * from xxx where period_id='"+年份+"'",