添加功能

This commit is contained in:
马宝龙
2026-07-01 11:30:38 +08:00
parent 3485c70490
commit b8e37f5360

View File

@@ -223,7 +223,7 @@ public class AnalysisMajorIndustryEmploymentMonitorServiceImpl implements Analys
.code(vo.getCode())
.desc(vo.getDesc())
.laborDemandCount(vo.getLaborDemandCount())
.townEmploymentCount(Optional.ofNullable(vo.getTownEmploymentCount()).orElse(0L))
.townEmploymentCount(Optional.ofNullable(employment.getTownEmploymentCount()).orElse(0L))
.employmentCount(employment.getEmploymentCount())
.unemploymentCount(unemployment.getUnemploymentCount())
.unEmploymentRate(