Commit 2179aea8 by yao.xiao

Merge branch 'dev' of http://139.224.139.2:9091/AGSH/yd-backend into dev

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