-
-
alen 数据达人Lv4
发表于2020-12-18 21:27
悬赏300
已解决
楼主
[size=13.3333px]比如我要在ardb函数中加入条件 a.userid= 当前系统所登入用户的id 如何传入,下面的代码试了很多种方式,一直报错
[size=13.3333px]
ardb("select b.caption_ || ':' || b.userid_ from es10_userorg a,es10_user b where a.userid_=b.userid_ and a.userid_ =[size=13.3333px] <#=login.user.userid#> [size=13.3333px]and a.orgid_ = '"+(@org+"").split("\$")[arlen((@org+"").split("\$"))-1]+"'").join(";")
[size=13.3333px]
ardb("select b.caption_ || ':' || b.userid_ from es10_userorg a,es10_user b where a.userid_=b.userid_ and a.userid_ =[size=13.3333px] <#=login.user.userid#> [size=13.3333px]and a.orgid_ = '"+(@org+"").split("\$")[arlen((@org+"").split("\$"))-1]+"'").join(";")


