Commit d2cc02b7 by Water Wang

optimize

parent 111d8f2c
......@@ -908,6 +908,7 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service.
potentialAssignedTrack.setCreatorType(2);
potentialAssignedTrack.setTrackScore(trackScore);
potentialAssignedTrack.setTrackTime(new Date());
potentialAssignedTrack.setNotice(remark);
potentialAssignedTrackList.add(potentialAssignedTrack);
potentialAssigneds = new AclPractitionerPotentialAssigneds();
......
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