Previously, the source code and configuration files for planning were only in one copy, located under the path modules/planning, and any modifications I made to the configuration files in this path would take effect.
Moreover, I always used bash docker/scripts/dev_into.sh to enter the container and then compiled planning with ./apollo.sh build_opt planning. I never used any aem related commands.
Since using aem remove to clean up Docker-related dependencies and still recompiling planning via ./apollo.sh build_opt planning, multiple copies of the source code and configuration files have appeared. Now, modifying the configuration files under modules/planning no longer works.
The code is based on the latest master branch of Apollo.
Also, I tried to find the correct configuration file path, and I found it.
When I modify the path marked by red rectangular, the config is work.
Please help investigate.