|
|
@@ -2218,6 +2218,7 @@ public class JobLevelCalculatorService {
|
|
|
QueryFieldBuilder queryFieldBuilder = QueryFieldBuilder.create()
|
|
|
.addIdNumberNameWithExtras(
|
|
|
FormConstant.JOBLEVELSEQ,
|
|
|
+ PositionStructureConstant.NCKD_ALIAS,
|
|
|
FormConstant.NCKD_COEFFICIENT,
|
|
|
FormConstant.NCKD_SCORE
|
|
|
);
|
|
|
@@ -2250,6 +2251,7 @@ public class JobLevelCalculatorService {
|
|
|
.addIdNumberNameWithExtras(
|
|
|
new String[]{FormConstant.HBJM_JOBLEVELHR},
|
|
|
FormConstant.JOBLEVELSEQ,
|
|
|
+ PositionStructureConstant.NCKD_ALIAS,
|
|
|
FormConstant.NCKD_COEFFICIENT,
|
|
|
FormConstant.NCKD_SCORE
|
|
|
);
|
|
|
@@ -2305,6 +2307,7 @@ public class JobLevelCalculatorService {
|
|
|
.addIdNumberNameWithExtras(
|
|
|
new String[]{FormConstant.HBJM_JOBLEVELHR},
|
|
|
FormConstant.JOBLEVELSEQ,
|
|
|
+ PositionStructureConstant.NCKD_ALIAS,
|
|
|
FormConstant.NCKD_COEFFICIENT,
|
|
|
FormConstant.NCKD_SCORE
|
|
|
);
|