Commit a148a4ea by yao.xiao

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

parents a5e3b911 c6997f6e
......@@ -774,7 +774,7 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service.
List<AclPractitionerPotentialAssigneds> potentialAssignedsList = new ArrayList<>();
AclPractitionerPotentialAssigneds potentialAssigneds;
Long trackStatusId = 107L;
int trackScore = 2;
Integer trackScore = 2;
List<MdDropOptions> optionsList = mdDropOptionsDALService.findByMasterCodeAndOrderId("team_building_track",1);
if(optionsList != null && !optionsList.isEmpty()){
MdDropOptions options = optionsList.get(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