|
|
@@ -534,9 +534,8 @@ public class RiskServiceImpl implements RiskService {
|
|
|
if(CollUtil.isNotEmpty(vo)){
|
|
|
return Result.resultOk(RepMessage.QUERY_SUCCESS);
|
|
|
}
|
|
|
- YtPlatformUserApp userApp;
|
|
|
YtApp ytApp = appMapper.selectRiskApp(dyzUser.getAppId());
|
|
|
- userApp = appMapper.selectParentApp(ytApp.getSuperiorId());
|
|
|
+ YtPlatformUserApp userApp = appMapper.selectParentApp(ytApp.getSuperiorId());
|
|
|
Object o = feignInvoker.invoke(userApp.getServiceName(), "adRecords", dyzUser.getUserId(),
|
|
|
AdSourceTypeEnum.rewarded_video.getAdSourceType());
|
|
|
JSONObject object = JSON.parseObject(JSON.toJSONString(o));
|