Commit 37661d69 authored by 徐俊's avatar 徐俊

xujun

parent 05f76520
...@@ -146,4 +146,5 @@ public class ComTalentApplyController extends BaseController<ComTalentApplyServi ...@@ -146,4 +146,5 @@ public class ComTalentApplyController extends BaseController<ComTalentApplyServi
comTalentApplyService.batchAudit(comProjectAudit, SecurityUserHolder.getUnitId(), SecurityUserHolder.getUnitCode()); comTalentApplyService.batchAudit(comProjectAudit, SecurityUserHolder.getUnitId(), SecurityUserHolder.getUnitCode());
return ResponseDataModel.ok("审核成功"); return ResponseDataModel.ok("审核成功");
} }
} }
...@@ -49,4 +49,5 @@ public interface ComTalentApplyService extends BaseService<ComTalentApplyQueryVO ...@@ -49,4 +49,5 @@ public interface ComTalentApplyService extends BaseService<ComTalentApplyQueryVO
* @param auditTreeCode * @param auditTreeCode
*/ */
void batchAudit(ComProjectAuditDTO dto, String auditUnitId, String auditTreeCode); void batchAudit(ComProjectAuditDTO dto, String auditUnitId, String auditTreeCode);
} }
...@@ -519,4 +519,5 @@ public class ComTalentApplyServiceImpl extends BaseServiceImpl<ComTalentApplyDAO ...@@ -519,4 +519,5 @@ public class ComTalentApplyServiceImpl extends BaseServiceImpl<ComTalentApplyDAO
model.setTalentState(talentState); model.setTalentState(talentState);
this.update(model); this.update(model);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment