作废重启权限

This commit is contained in:
mx 2024-10-11 16:36:06 +08:00
parent 1b7f169672
commit 7c9beabb8d

View File

@ -141,7 +141,7 @@ public class PsContractInfoController extends BaseController {
/** /**
* 重启合同 * 重启合同
*/ */
@SaCheckPermission("business:contractList:restart") @SaCheckPermission("business:contractList:cancellation")
@Log(title = "重启合同", businessType = BusinessType.DELETE) @Log(title = "重启合同", businessType = BusinessType.DELETE)
@RepeatSubmit() @RepeatSubmit()
@GetMapping("/restart") @GetMapping("/restart")