LiveBos---多值选择器 反查询

18:55:12
○o 2017/5/3/周三 18:55:12

"select forg from T_OA_DocUnit where bpm_instr(?,';',';',id,';',';')>0",[send])
 

 

<%@ livebos language='javascript' %>
var n='';
var str='';
var s=PInterviewer;
var a=LB_sqlResultSet("select EMail from tUser where bpm_instr(?,';',';',id,';',';')>0",[s]);
while(a.next()){
n=a.getString("EMail");
if(n!=null || n!=''){
str=str+";"+n;
}
}
str;

posted on 2017-05-03 18:58  luhanzhen  阅读(155)  评论(0编辑  收藏  举报