This commit is contained in:
lxj
2025-09-15 15:31:56 +08:00

View File

@@ -82,7 +82,7 @@ public class XResidentPersonController extends BaseController {
* 新增入驻员工
*/
@RepeatSubmit()
@PostMapping()
@PostMapping("/add")
@Log(title = "入驻员工", businessType = BusinessType.INSERT)
public R<Void> add(@Validated(AddGroup.class) @RequestBody ResidentPersonBo bo) {
return toAjax(residentPersonService.insertByBo(bo));