mirror of
https://github.com/jeecgboot/jeecg-boot.git
synced 2025-09-09 14:19:10 +00:00
【#4127】sql漏洞写法修复
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user