mirror of https://github.com/jeecgboot/jeecg-boot
【#4127】sql漏洞写法修复
parent
958cf01649
commit
8632a835c2
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue