Commit 637892ea by Water Wang

optimize

parent 334cfa07
......@@ -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