DolphinScheduler/dolphinscheduler-api
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
..
src Fix homepage user wrong statistics result for new user (#7242) 2021-12-07 18:50:06 +08:00
pom.xml Recover unit tests that have not been run for some time (#7054) 2021-12-01 13:55:26 +08:00