|
|
@@ -188,7 +188,7 @@ public class CmsGroupRelationController {
|
|
|
*/
|
|
|
@PutMapping("/update/independent/renew/status")
|
|
|
public Result<String> updateRenewStatus(@RequestBody GroupsRelationIndependentView view) {
|
|
|
- long adminId = StpUtil.getLoginIdAsLong();
|
|
|
+ long adminId = StpAbroadUtil.getLoginIdAsLong();
|
|
|
Long relationId = view.getRelationId();
|
|
|
Long userId = view.getUserId();
|
|
|
Boolean isRenew = view.getIsRenew();
|