online报表配置获取到当前登录用户公司编号
online报表配置能否获取到当前登录用户公司编号写在查询条件里,如下所示file:///E:\qqFileRec\1364018274\Image\Group\Image1\~]6{(@VM]UDBK$ND{KAQ93U.pngfile:///E:\qqFileRec\1364018274\Image\Group\Image1\~]6{(@VM]UDBK$ND{KAQ93U.png,sql的查询条件值应该怎么写?select sys_company_code,erpNumber,cargo_name from jst_order_main where sys_company_code = 如下图所示 看这个文档
http://jeecg3.mydoc.io/?t=279451
selectfrom table where id = '${abc}'(如果字段为字符串类型,需要带有单引号) admin 发表于 2018-5-9 20:00 static/image/common/back.gif
看这个文档
http://jeecg3.mydoc.io/?t=279451
selectfrom table where id = '${abc}'(如果字段为字符串 ...
select sys_company_code,erpNumber,cargo_name from jst_order_main where sys_company_code ='${sys_company_code}'或者'${sys_org_code}'都不行啊,应该怎样 写的? #{sys_org_code}
页:
[1]