为什么我的公司名称的参数刷新后没有出来

SELECT * FROM [dbo].[patrol]

where 1=1 ${if(公司名称="景田总部",and "1=1",and "company'"+公司名称+"'" )}

and date between '${starttime}' and '${endtime}'

order by date,

patrolTime

image.png

FineReport 百煮味香 发布于 2022-7-21 17:39 (编辑于 2022-7-21 17:40)
1min目标场景问卷 立即参与
回答问题
悬赏:3 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共2回答
最佳回答
0
好好生活好好学习Lv7资深互助
发布于2022-7-21 17:40(编辑于 2022-7-21 17:43)

sql粘贴出来一下

1=1 ${if(公司名称="景田总部", " and 1=1", " and company'"+公司名称+"'" )}

------------

SELECT * FROM [dbo].[patrol]

where

date between '${starttime}' and '${endtime}'

and  1=1 ${if(公司名称="景田总部", " and 1=1", " and company'"+公司名称+"'" )}

order by date,

patrolTime

----

image.png

最佳回答
0
123木头人1Lv5初级互助
发布于2022-7-21 17:40

写错了

  • 3关注人数
  • 323浏览人数
  • 最后回答于:2022-7-21 17:43
    请选择关闭问题的原因
    确定 取消
    返回顶部