two version

This commit is contained in:
2025-12-01 15:09:09 +08:00
parent 80b00d9e5d
commit 4d267d4eba
11 changed files with 28 additions and 14 deletions

View File

@@ -78,7 +78,7 @@ public class ScoreUserController extends BaseController
*/
@PreAuthorize("@ss.hasPermi('system:user:add')")
@Log(title = "【请填写功能名称】", businessType = BusinessType.INSERT)
@PostMapping("/add")
@PostMapping
public AjaxResult add(@RequestBody ScoreUser scoreUser)
{
try {