【#4127】sql漏洞写法修复

pull/5714/head
zhangdaiscott 2022-11-06 17:03:57 +08:00
parent 6fe462c962
commit 55495e1f50
1 changed files with 1 additions and 0 deletions

View File

@ -261,5 +261,6 @@ public interface SysDictMapper extends BaseMapper<SysDict> {
* @param codeValues in * @param codeValues in
* @return * @return
*/ */
@Deprecated
List<DictModel> queryTableDictByKeysAndFilterSql(@Param("table") String table, @Param("text") String text, @Param("code") String code, @Param("filterSql") String filterSql, @Param("codeValues") List<String> codeValues); List<DictModel> queryTableDictByKeysAndFilterSql(@Param("table") String table, @Param("text") String text, @Param("code") String code, @Param("filterSql") String filterSql, @Param("codeValues") List<String> codeValues);
} }