|
@@ -85,7 +85,11 @@ public class HousingconstructionSteelcylinderController{
|
|
|
public AjaxResult getPersonList(HousingconstructionPractitioner practitioner){
|
|
|
String post = practitioner.getPost();
|
|
|
String enterpriseId = practitioner.getEnterpriseId();
|
|
|
- return steelcylinderService.getPersonList(post, enterpriseId);
|
|
|
+ if("personnel_psy".equals(post)){
|
|
|
+ return steelcylinderService.getPersonListToPSY(post, enterpriseId);
|
|
|
+ }else{
|
|
|
+ return steelcylinderService.getPersonList(post, enterpriseId);
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/**
|