DolphinScheduler/dolphinscheduler-api/src
Jiajie Zhong 29414a080f
Fix homepage user wrong statistics result for new user (#7242)
* Fix homepage user wrong statistics result for new user

For now, when we create a new user, it would see homepage
statistic info as admin user like, cause `projectCodeArray`
would not filter when we render SQL. So I add prefix conditions
to handle this situation.

Also, I do some minimal refactor here. including change function
name no quit fit

fix: #7182

* Fix UT
2021-12-07 18:50:06 +08:00
..
main Fix homepage user wrong statistics result for new user (#7242) 2021-12-07 18:50:06 +08:00
test/java/org/apache/dolphinscheduler/api Fix homepage user wrong statistics result for new user (#7242) 2021-12-07 18:50:06 +08:00