9060 2 týždňov pred
rodič
commit
1086019ba9

+ 4 - 4
src/com/kingdee/eas/custom/recuritment/task/AbstractResignBeisenFacadeControllerBean.java

@@ -58,13 +58,13 @@ public abstract class AbstractResignBeisenFacadeControllerBean extends AbstractB
         return null;
     }
 
-    public String removeApplicantFromTalentPool(Context ctx, String applicantIds) throws BOSException
+    public String syncUnBeisenReserveTalentPool(Context ctx, String resignBizBillID, ResignBizBillInfo resignBizBill) throws BOSException
     {
         try {
-            ServiceContext svcCtx = createServiceContext(new MetaDataPK("727f1dea-869c-4940-b295-a3e173e8dc7e"), new Object[]{ctx, applicantIds});
+            ServiceContext svcCtx = createServiceContext(new MetaDataPK("1d6cb2fc-6872-40bb-bd5f-bbe16ee07df8"), new Object[]{ctx, resignBizBillID, resignBizBill});
             invokeServiceBefore(svcCtx);
             if(!svcCtx.invokeBreak()) {
-            String retValue = (String)_removeApplicantFromTalentPool(ctx, applicantIds);
+            String retValue = (String)_syncUnBeisenReserveTalentPool(ctx, resignBizBillID, resignBizBill);
             svcCtx.setMethodReturnValue(retValue);
             }
             invokeServiceAfter(svcCtx);
@@ -75,7 +75,7 @@ public abstract class AbstractResignBeisenFacadeControllerBean extends AbstractB
             super.cleanUpServiceState();
         }
     }
-    protected String _removeApplicantFromTalentPool(Context ctx, String applicantIds) throws BOSException
+    protected String _syncUnBeisenReserveTalentPool(Context ctx, String resignBizBillID, IObjectValue resignBizBill) throws BOSException
     {    	
         return null;
     }