String, Object> params){
sql.append("Select * from employee where emp_id in (#{empId}");
将数据替换为params中的值Select * from employee where emp_id in ('123,345,
我使用springboot和mybati3.4.4及Mysql 5.7,在mybatis中,我需要将sql param ${}更改为#{},我的sql如下所示:select * from t1 as record
<if test="orderBy != null and sort !<if test="'asc'.equalsIgnoreCase(so