|
|
@@ -524,7 +524,7 @@ public class GxtRepairOrderController extends BaseController
|
|
|
/**
|
|
|
* 添加参与人员
|
|
|
*/
|
|
|
- @PreAuthorize("@ss.hasPermi('gxt:repairOrder:suspend')")
|
|
|
+ @PreAuthorize("@ss.hasPermi('gxt:repairOrder:addPerson')")
|
|
|
@Log(title = "维修工单", businessType = BusinessType.UPDATE)
|
|
|
@PutMapping("/addPerson")
|
|
|
@ApiOperation("添加参与人员")
|