添加功能
This commit is contained in:
@@ -223,7 +223,7 @@ public class AnalysisMajorIndustryEmploymentMonitorServiceImpl implements Analys
|
|||||||
.code(vo.getCode())
|
.code(vo.getCode())
|
||||||
.desc(vo.getDesc())
|
.desc(vo.getDesc())
|
||||||
.laborDemandCount(vo.getLaborDemandCount())
|
.laborDemandCount(vo.getLaborDemandCount())
|
||||||
.townEmploymentCount(Optional.ofNullable(vo.getTownEmploymentCount()).orElse(0L))
|
.townEmploymentCount(Optional.ofNullable(employment.getTownEmploymentCount()).orElse(0L))
|
||||||
.employmentCount(employment.getEmploymentCount())
|
.employmentCount(employment.getEmploymentCount())
|
||||||
.unemploymentCount(unemployment.getUnemploymentCount())
|
.unemploymentCount(unemployment.getUnemploymentCount())
|
||||||
.unEmploymentRate(
|
.unEmploymentRate(
|
||||||
|
|||||||
Reference in New Issue
Block a user