Commit 525135db authored by fangxinjiang's avatar fangxinjiang

续签代办-定时任务调整

parent 659e43fc
......@@ -147,10 +147,9 @@ public class TEmpContractAlertController {
* @Date 2022-07-4
**/
@SysLog("定时任务生成合同续签代码信息")
@Operation(description = "定时任务生成合同续签代码信息")
//@Inner
@PostMapping("/inner/taskCreateContractAlert")
public R<Boolean> taskCreateContractAlert() {
@Inner
public R taskCreateContractAlert() {
return tEmpContractAlertService.taskCreateContractAlert();
}
}
package com.yifu.cloud.plus.v1.job.compont;
import com.yifu.cloud.plus.v1.yifu.admin.api.entity.SysUser;
import com.yifu.cloud.plus.v1.yifu.common.core.constant.SecurityConstants;
import com.yifu.cloud.plus.v1.yifu.common.dapr.config.DaprArchivesProperties;
import com.yifu.cloud.plus.v1.yifu.common.dapr.config.DaprUpmsProperties;
import com.yifu.cloud.plus.v1.yifu.common.dapr.util.HttpDaprUtil;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
......
......@@ -12,7 +12,7 @@ import org.springframework.stereotype.Service;
* @author wangan
* @date 2019-08-12 10:19:42
*/
@Service
@Service("sysScheduleJobLogService")
public class SysScheduleJobLogServiceImpl extends ServiceImpl<SysScheduleJobLogMapper, SysScheduleJobLog> implements SysScheduleJobLogService {
/**
......
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