|
|
|
@ -143,7 +143,7 @@ public class KpiGridEntityServiceImpl extends BaseServiceImpl<KpiGridEntityDao, |
|
|
|
// 设置部门类别
|
|
|
|
dto.setDeptTypeKey(sysDeptDTO.getTypeKey()); |
|
|
|
// 计算总分
|
|
|
|
DecimalFormat df = new DecimalFormat("#.0"); |
|
|
|
DecimalFormat df = new DecimalFormat("#.##"); |
|
|
|
String stationEstablishmentBorder = dto.getStationEstablishmentBorder(); |
|
|
|
String stationEstablishmentLayout = dto.getStationEstablishmentLayout(); |
|
|
|
String stationEstablishmentStandard = dto.getStationEstablishmentStandard(); |
|
|
|
@ -459,4 +459,4 @@ public class KpiGridEntityServiceImpl extends BaseServiceImpl<KpiGridEntityDao, |
|
|
|
return entity; |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|