|
@@ -521,9 +521,7 @@ public class StudentApplyServiceImpl extends ServiceImpl<StudentApplyDao, Studen
|
|
|
|
|
|
for (AgentAndTimeVO agentTime : agentTimeList) {
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- int haveApplyCount = countApplyFinishForExamSiteAndTimePeriod(agentTime.getAgentId(),
|
|
|
+ int haveApplyCount = cacheService.getApplyFinishCount(agentTime.getAgentId(),
|
|
|
agentTime.getTimePeriodId());
|
|
|
int examSiteCount = cacheService.getApplyTotalCount(agentTime.getAgentId());
|
|
|
if (haveApplyCount >= examSiteCount) {
|