参数如果要替换sql中的关键字怎么办啊,不是占位符,是替换,像mybati中的#
oldString.replaceAll(keyword, new string)
https://blog.csdn.net/huxiaochao_6053/article/details/84749658