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
All checks were successful
Build and Push to Target Registry / 构建并推送镜像到目标仓库 (push) Successful in 12m19s
Reviewed-on: #8
This commit is contained in:
@@ -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));
|
||||
|
Reference in New Issue
Block a user