【#4127】sql漏洞写法修复

pull/4246/merge
zhangdaiscott 2022-11-06 17:03:57 +08:00
parent 958cf01649
commit 8632a835c2
1 changed files with 1 additions and 0 deletions

View File

@ -261,5 +261,6 @@ public interface SysDictMapper extends BaseMapper<SysDict> {
* @param codeValues in
* @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);
}