Commit 7481c1a1 authored by fangxinjiang's avatar fangxinjiang

合同续签-fxj

parent d0c1fc72
......@@ -111,7 +111,7 @@ public class TEmployeeContractPreNewController {
* @param id id
* @return R
*/
@Operation(summary = "通过id查询", description = "通过id查询:hasPermission('archives_temployeecontractprenew_get')")
@Operation(summary = "通过id查询", description = "通过id查询")
@GetMapping("/{id}")
public R<TEmployeeContractPreNew> getById(@PathVariable("id") String id) {
return R.ok(tEmployeeContractPreNewService.getById(id));
......
......@@ -498,6 +498,9 @@ public class TEmployeeContractPreNewServiceImpl extends ServiceImpl<TEmployeeCon
/**
* @Author fxj
* @Description 合同续签待签订信息单个/批量发起签署任务
*定时任务:1、每日定时发起合同签署任务-11:00、15:00、15:20——工作日,
* 会将发起失败、签署失败、审核不通过的“预计合同发起时间”为当日及之前日期的(空白的不在)
* 合同续签任务自动尝试发起,若发起失败后,将统一推送移动端消息提醒,并在续签待办列表,状态处增加小问号,可查询失败原因;
* @Date 18:35 2026/2/9
* @param type 1 手动 2 自动
**/
......
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