换 跟新代理人积分接口

This commit is contained in:
wangshuai 2024-07-11 16:45:50 +08:00
parent 06ec01b8bc
commit 8b8c4e6ba4
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ public class AiServiceImpl implements IAiService {
} else { } else {
agentInfoL.get(0).setAiRealTimeNum(agentInfoL.get(0).getAiRealTimeNum() + list.size()); agentInfoL.get(0).setAiRealTimeNum(agentInfoL.get(0).getAiRealTimeNum() + list.size());
} }
agentInfoService.updateAgentInfo(agentInfoL.get(0)); agentInfoService.updateBusAgentInfo(agentInfoL.get(0));
} else continue; } else continue;
for (BusOrderInfo busOrderInfo : list) { for (BusOrderInfo busOrderInfo : list) {
// 拼好饭 // 拼好饭