|
@@ -233,7 +233,7 @@ public class XxlJobService {
|
|
|
|
|
|
public void saveAccountAvgInfo(AccountTypeFansDTO account, Map<String, Double> rateDict, String date) {
|
|
|
int businessType = touliuAccountGhIds.contains(account.getGhId()) ?
|
|
|
- AccountBusinessTypeEnum.touliu.getType() : AccountBusinessTypeEnum.changwen.getType();
|
|
|
+ AccountBusinessTypeEnum.TOULIU.getType() : AccountBusinessTypeEnum.CHANGWEN.getType();
|
|
|
if (account.getFollowerCount() > 0) {
|
|
|
List<AccountAvgInfo> saveList = new ArrayList<>();
|
|
|
for (int index = 1; index <= 8; index++) {
|