Merge pull request 'refactor(Property): 1' (#8) from master into prod
All checks were successful
Build and Push to Target Registry / 构建并推送镜像到目标仓库 (push) Successful in 12m19s

Reviewed-on: #8
This commit is contained in:
lsm
2025-09-15 11:38:58 +08:00

View File

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