liusheng
2023-09-09 f0f6c3b39dddf5cfdf145425687e9339453b5ba1
ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceExternalpersonController.java
@@ -87,7 +87,7 @@
     */
    //@PreAuthorize("@ss.hasPermi('project:externalperson:edit')")
    @Log(title = "外围单位人员", businessType = BusinessType.UPDATE)
    @PutMapping
    @PostMapping("/editZJInfo")
    @RepeatSubmit    
    public AjaxResult edit(@RequestBody ServiceExternalperson serviceExternalperson)
    {
@@ -99,7 +99,7 @@
     */
    //@PreAuthorize("@ss.hasPermi('project:externalperson:remove')")
    @Log(title = "外围单位人员", businessType = BusinessType.DELETE)
    @DeleteMapping("/{ids}")
    @GetMapping("/remove/{ids}")
    public AjaxResult remove(@PathVariable Long[] ids)
    {
        return toAjax(serviceExternalpersonService.removeByIds(Arrays.asList(ids)));