|
|
@@ -13,6 +13,8 @@ import kd.bos.servicehelper.BusinessDataServiceHelper;
|
|
|
import kd.bos.servicehelper.QueryServiceHelper;
|
|
|
import kd.bos.servicehelper.operation.SaveServiceHelper;
|
|
|
import kd.bos.util.StringUtils;
|
|
|
+import kd.hrmp.hrpi.common.HRPIConstants;
|
|
|
+import kd.sdk.hr.hspm.business.helper.HSPMBusinessDataServiceHelper;
|
|
|
import kd.sdk.plugin.Plugin;
|
|
|
|
|
|
|
|
|
@@ -38,6 +40,7 @@ import java.util.stream.Collectors;
|
|
|
public class DelayedRetirementDateCalcTask extends AbstractTask implements Plugin {
|
|
|
private static Log logger = LogFactory.getLog(DelayedRetirementDateCalcTask.class);
|
|
|
|
|
|
+
|
|
|
@Override
|
|
|
public void execute(RequestContext requestContext, Map<String, Object> map) throws KDException {
|
|
|
|