-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
升级1.6.2 后老是提示 注意,值可能存在SQL注入风险 #2032
Comments
sql贴一下 |
select cid,cgoods,cgoodsname,famount,fmoney,cmemo from fy_bus_sales where mid='${id}' 建表语句,我用的是Sqlserver CREATE TABLE [dbo].[fy_bus_sales] ( |
就是这个关键词导致的 |
那是要等更新了吗 |
升级到
|
same Problem。
语句为: 参考的处理方法:https://help.jeecg.com/jimureport/query/timeControl.html#%E9%97%AE%E9%A2%98 |
使用to_char函数导致的 |
是的,只是针对日期格式我们需要使用to_char函数。期望能帮忙解决下这个问题。 @zhangdaiscott |
下个版本处理 |
版本号:1.6.2
问题描述:
升级1.6.2 后老是提示 注意,值可能存在SQL注入风险,没升级前都是正常的,有点搞不懂了,这语句该怎么写才没有注入风险
错误日志&截图:
The text was updated successfully, but these errors were encountered: