|
|
@@ -109,7 +109,7 @@ public class FosterwxCashScheduleTaskListServiceImpl extends ServiceImpl<Fosterw
|
|
|
List<FosterwxCashScheduleTaskList> tempList = new ArrayList<>();
|
|
|
for (int i = 0; i < newsList.size(); i++) {
|
|
|
if (count == 8) {
|
|
|
- fosterwxCashOasBoxService.addSendTextCnt(ghid);
|
|
|
+ fosterwxCashOasBoxService.addSendTextCnt(newsList.get(0).getGroupId(), ghid);
|
|
|
|
|
|
taskRedis.createUrlByTyper(JSON.toJSONString(tempList));
|
|
|
tempList.clear();
|
|
|
@@ -135,7 +135,7 @@ public class FosterwxCashScheduleTaskListServiceImpl extends ServiceImpl<Fosterw
|
|
|
newsList.remove(i);
|
|
|
i--;
|
|
|
}
|
|
|
- fosterwxCashOasBoxService.addSendTextCnt(ghid);
|
|
|
+ fosterwxCashOasBoxService.addSendTextCnt(newsList.get(0).getGroupId(), ghid);
|
|
|
taskRedis.createUrlByTyper(JSON.toJSONString(tempList));
|
|
|
tempList.clear();
|
|
|
}
|