|
@@ -938,7 +938,7 @@ public class ReportProjectService extends ServiceImpl<ReportProjectMapper, Repor
|
|
|
}
|
|
|
else if(roleType.equals(2))
|
|
|
{
|
|
|
- rootSql="p.tenantId="+tenantId;
|
|
|
+ rootSql="p.tenant_id="+tenantId;
|
|
|
}
|
|
|
if (sqls.get(0) != null && !sqls.get(0).equals("") && !rootSql.equals("")) {
|
|
|
sqls.set(0, rootSql + " and" + "(" + sqls.get(0) + ")");
|