|
@@ -152,13 +152,13 @@ public class EtlKuaishouReportAccountHourlyServiceImpl extends ServiceImpl<EtlKu
|
|
|
}
|
|
|
UserAllocation userAllocation = allocationMapper.getUserAllocation(accountId);
|
|
|
if (!Check.isNull(userAllocation)) {
|
|
|
- obj.put("accountId", userAllocation.getAccountId());
|
|
|
obj.put("accountName", userAllocation.getAuthName());
|
|
|
obj.put("status", userAllocation.getAccountStatus());
|
|
|
obj.put("statusStr", userAllocation.getAccountStatus() == 0 ? "投放中" : "无效");
|
|
|
}
|
|
|
Integer counts = kuaiShouCreativeMapper.getRejectedCountsforAccountId(accountId);
|
|
|
obj.put("rejectedCounts", counts);
|
|
|
+ obj.put("accountId", accountId);
|
|
|
return Result.ok(obj);
|
|
|
}
|
|
|
}
|