Commit 491394c9 by Water Wang

optimize

parent e11bf662
...@@ -1454,7 +1454,7 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service. ...@@ -1454,7 +1454,7 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service.
trackStatusId = item.getTrackStatusId(); trackStatusId = item.getTrackStatusId();
trackScore = item.getTrackScore(); trackScore = item.getTrackScore();
trackTime = item.getTrackTime(); trackTime = item.getTrackTime();
if(trackStatusId != null && trackSucceedId == trackStatusId){ if(trackStatusId != null && trackSucceedId == trackStatusId && item.getIsLasted() == 1){
succeedRecruitSet.add(item.getId()); succeedRecruitSet.add(item.getId());
} }
if(trackScore != null && trackScore != 0){ if(trackScore != null && trackScore != 0){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment