RunSql(),方法入参就是你要执行的SQL语句。比如查询:select name from user where user_id = #{}。如果需要传参userId,则通过 + "'"方式拼接参数