|
|
@@ -1,6 +1,7 @@
|
|
|
package nckd.jxccl.hr.psms.business;
|
|
|
|
|
|
import kd.bos.common.enums.EnableEnum;
|
|
|
+import kd.bos.context.RequestContext;
|
|
|
import kd.bos.dataentity.entity.DynamicObject;
|
|
|
import kd.bos.entity.constant.StatusEnum;
|
|
|
import kd.bos.logging.Log;
|
|
|
@@ -982,6 +983,7 @@ public class AnnualAdjustmentService {
|
|
|
newPersonPosFile.set(PositionStructureConstant.NCKD_LYRCONTRIBSCORE, ac.lastYearContributeScore);
|
|
|
newPersonPosFile.set(PositionStructureConstant.NCKD_ALLYEARSCORESUM, ac.data.getAllYearScoreSum());
|
|
|
newPersonPosFile.set(PositionStructureConstant.NCKD_ADDYCONTRIBSCORE, ac.addYearContributeScore);
|
|
|
+ newPersonPosFile.set(PositionStructureConstant.CREATOR_KEY, RequestContext.get().getCurrUserId());
|
|
|
// 备注
|
|
|
newPersonPosFile.set(PositionStructureConstant.KEY_NCKD_CAUSEREMARK, ac.remark);
|
|
|
if(AdjustTypeEnum.KEEP_LEVEL.getCode().equals(ac.adjustType)){
|