资产授权

master
Yueng 2024-09-05 15:48:25 +08:00
parent 85f6d2cdef
commit 42b7453abe
1 changed files with 2 additions and 1 deletions

View File

@ -61,6 +61,7 @@ public class AssetAuthorizationServiceImpl
int delete = dataRunNameMapper.delDeptAssetAccreditDept(req.getUserId());
return delete;
}
return 0;
}
/**