Mybatis-plus: inSql避免sql注入问题

Created on 20 Jan 2021  ·  1Comment  ·  Source: baomidou/mybatis-plus

inSql("id", "select id from table where id > " + id)

是否可能存在使用inSql而避免sql注入的解决方法。

>All comments

自己去控制

Was this page helpful?
0 / 5 - 0 ratings