|
@@ -22,6 +22,7 @@ import org.springframework.stereotype.Service;
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
import java.util.List;
|
|
|
+import java.util.Objects;
|
|
|
import java.util.Set;
|
|
|
|
|
|
/**
|
|
@@ -80,4 +81,9 @@ public class JyUserServiceImpl extends ServiceImpl<IJyUserMapper, JyUser> implem
|
|
|
}
|
|
|
return fdKKClient.post(JmgaConstant.API_GET_UCENTER_USER, param);
|
|
|
}
|
|
|
+
|
|
|
+ @Override
|
|
|
+ public ResultData updateStatus(DelJyUserParamVo param) {
|
|
|
+ return fdKKClient.post(JmgaConstant.API_STATUS_UCENTER_USER, param);
|
|
|
+ }
|
|
|
}
|