|
@@ -788,7 +788,7 @@ public class PerServiceImpl extends ServiceImpl<PerMapper, Per> implements PerSe
|
|
|
countByEducation.setCollegeNum(getCountByPerNatureAndEducation("-1", "大专"));
|
|
|
countByEducation.setUndergraduateCourseNum(getCountByPerNatureAndEducation("-1", "本科"));
|
|
|
countByEducation.setShuoNum(getCountByPerNatureAndEducation("-1", "硕士"));
|
|
|
- countByEducation.setBoNum(getCountByPerNatureAndEducation("-1", "博士"));
|
|
|
+ countByEducation.setBoNum(getCountByPerNatureAndEducation("-1", "博士"));
|
|
|
countByEducation.setHighSchoolNum(getCountByPerNatureAndEducation("-1", "高中"));
|
|
|
countByEducation.setTechnicalSecondarySchoolNum(getCountByPerNatureAndEducation("-1", "中专"));
|
|
|
countByEducation.setOtherEducationNum(getCountByPerNatureAndEducation("-1", "其他"));
|