This repository was archived by the owner on Dec 4, 2025. It is now read-only.
Commit 4bad870
committed
fix: Fixed issue caused by isQueryParam error
This problem can cause the `@RequestParam` parameter of the POST request to be placed in the body parameter, and because the parameter is placed incorrectly, may cause the object's nested parameter structure to be incorrect.
The root cause of this BUG is the incorrect modification in #808 to fix #799
Closes #9531 parent 4ab90e9 commit 4bad870
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1100 | 1100 | | |
1101 | 1101 | | |
1102 | 1102 | | |
1103 | | - | |
1104 | | - | |
1105 | | - | |
| 1103 | + | |
1106 | 1104 | | |
1107 | 1105 | | |
1108 | 1106 | | |
| |||
0 commit comments