优化
This commit is contained in:
@ -106,6 +106,7 @@ public class BusinessTask
|
||||
List<BgtProjectRecruitApply> recruitApply = iBgtProjectRecruitApplyService.list(
|
||||
Wrappers.<BgtProjectRecruitApply>lambdaQuery()
|
||||
.eq(BgtProjectRecruitApply::getRecruitId, recruit.getId())
|
||||
.eq(BgtProjectRecruitApply::getStatus, "5")
|
||||
);
|
||||
for (BgtProjectRecruitApply by : recruitApply) {
|
||||
int count = iWgzAttendanceService.count(
|
||||
@ -179,6 +180,7 @@ public class BusinessTask
|
||||
List<BgtProjectRecruitApply> recruitApply = iBgtProjectRecruitApplyService.list(
|
||||
Wrappers.<BgtProjectRecruitApply>lambdaQuery()
|
||||
.eq(BgtProjectRecruitApply::getRecruitId, recruit.getId())
|
||||
.eq(BgtProjectRecruitApply::getStatus, "5")
|
||||
);
|
||||
for (BgtProjectRecruitApply by : recruitApply) {
|
||||
WgzAttendance one = iWgzAttendanceService.getOne(
|
||||
|
Reference in New Issue
Block a user