|
@@ -212,7 +212,7 @@ public class JobAdvertisedServiceImpl implements JobAdvertisedService {
|
|
pageReqVO.setPositionIds(mapper.selectTopPositionIdsByFrequency(pageParam.getPageSize()));
|
|
pageReqVO.setPositionIds(mapper.selectTopPositionIdsByFrequency(pageParam.getPageSize()));
|
|
}
|
|
}
|
|
} catch (Exception ex) {
|
|
} catch (Exception ex) {
|
|
- ex.printStackTrace();
|
|
|
|
|
|
+ ex.printStackTrace();
|
|
}
|
|
}
|
|
return mapper.selectPage2(pageReqVO);
|
|
return mapper.selectPage2(pageReqVO);
|
|
|
|
|
|
@@ -363,7 +363,9 @@ public class JobAdvertisedServiceImpl implements JobAdvertisedService {
|
|
resp.setType(DictFrameworkUtils.getDictDataLabel(MENDUNER_JOB_TYPE, resp.getType()));
|
|
resp.setType(DictFrameworkUtils.getDictDataLabel(MENDUNER_JOB_TYPE, resp.getType()));
|
|
resp.setEduType(DictFrameworkUtils.getDictDataLabel(MENDUNER_EDUCATION_TYPE, resp.getEduType()));
|
|
resp.setEduType(DictFrameworkUtils.getDictDataLabel(MENDUNER_EDUCATION_TYPE, resp.getEduType()));
|
|
resp.setExpType(DictFrameworkUtils.getDictDataLabel(MENDUNER_EXP_TYPE, resp.getExpType()));
|
|
resp.setExpType(DictFrameworkUtils.getDictDataLabel(MENDUNER_EXP_TYPE, resp.getExpType()));
|
|
- resp.setPayUnit(DictFrameworkUtils.getDictDataLabel(MENDUNER_PAY_UNIT, resp.getPayUnit()));
|
|
|
|
|
|
+ if (null != resp.getPayUnit()) {
|
|
|
|
+ resp.setPayUnit(DictFrameworkUtils.getDictDataLabel(MENDUNER_PAY_UNIT, resp.getPayUnit()));
|
|
|
|
+ }
|
|
resp.setStatus(DictFrameworkUtils.getDictDataLabel(MENDUNER_JOB_STATUS, resp.getStatus()));
|
|
resp.setStatus(DictFrameworkUtils.getDictDataLabel(MENDUNER_JOB_STATUS, resp.getStatus()));
|
|
}
|
|
}
|
|
|
|
|