fix:账号单角色数据问题修复

This commit is contained in:
maliang 2020-10-23 14:40:41 +08:00
parent ddf875626a
commit 3911abf900

View File

@ -46,10 +46,9 @@
//导出模板编号
String template = "";
doTemp.appendJboWhere(" and ui.BELONGORG='"+BELONGORG+"'");
//登录人属于经销商角色 401经销商roleid
if(roleList.contains("401")){
doTemp.appendJboWhere(" and ui.BELONGORG='"+BELONGORG+"'");
//导出有权限
template = "20cd01d204b84726962cbdeba698f5d1";
}else{