@@ -41,7 +41,7 @@ import static com.hz.pm.api.external.todo.enumerization.MHTodoTypeEnum.DECLARED_ | |||||
*/ | */ | ||||
@Slf4j | @Slf4j | ||||
@Component | @Component | ||||
public class DeclaredRecordAbstractReminderTask extends AbstractReminderTask { | |||||
public class DeclaredRecordReminderTask extends AbstractReminderTask { | |||||
private final IProjectService projectService; | private final IProjectService projectService; | ||||
private final IMhTodoRecordService todoRecordService; | private final IMhTodoRecordService todoRecordService; | ||||
@@ -52,14 +52,14 @@ public class DeclaredRecordAbstractReminderTask extends AbstractReminderTask { | |||||
private final IMhProjectService mhProjectService; | private final IMhProjectService mhProjectService; | ||||
public DeclaredRecordAbstractReminderTask(Environment environment, | |||||
IProjectService projectService, | |||||
IMhTodoRecordService todoRecordService, | |||||
MhApiClient mhApiClient, | |||||
MHTodoClient mhTodoClient, | |||||
MhUnitCache mhUnitCache, | |||||
UserInfoHelper userInfoHelper, | |||||
IMhProjectService mhProjectService) { | |||||
public DeclaredRecordReminderTask(Environment environment, | |||||
IProjectService projectService, | |||||
IMhTodoRecordService todoRecordService, | |||||
MhApiClient mhApiClient, | |||||
MHTodoClient mhTodoClient, | |||||
MhUnitCache mhUnitCache, | |||||
UserInfoHelper userInfoHelper, | |||||
IMhProjectService mhProjectService) { | |||||
super(environment); | super(environment); | ||||
this.projectService = projectService; | this.projectService = projectService; | ||||
this.todoRecordService = todoRecordService; | this.todoRecordService = todoRecordService; |
@@ -153,17 +153,6 @@ sa-token: | |||||
# 是否输出操作日志 | # 是否输出操作日志 | ||||
is-log: false | is-log: false | ||||
yxt: | |||||
# wsdl-url: http://115.239.137.23:9501/ws/v1?wsdl | |||||
wsdl-url: classpath:/wsdl.xml | |||||
#账号 | |||||
user-code: hzndkj | |||||
#密码 | |||||
password: hzndkj@2021 | |||||
#音信通开关 | |||||
sms-enable: true | |||||
tel-enable: true | |||||
login: | login: | ||||
phone-verify-code: | phone-verify-code: | ||||
skip: true | skip: true | ||||
@@ -200,7 +189,6 @@ sms-send: | |||||
host: http://10.54.38.13:8081/mh-gateway/auth-single | host: http://10.54.38.13:8081/mh-gateway/auth-single | ||||
sms-client: | sms-client: | ||||
host: http://10.54.38.13:8081/mh-gateway/auth-single | host: http://10.54.38.13:8081/mh-gateway/auth-single | ||||
sms-clint: | |||||
open: false | open: false | ||||
mobile-call: | mobile-call: | ||||
@@ -163,16 +163,6 @@ organization: | |||||
dept-visible-scopes: | dept-visible-scopes: | ||||
- GO_c1a6f8d5338e4a468337b08da76e2e31 | - GO_c1a6f8d5338e4a468337b08da76e2e31 | ||||
yxt: | |||||
wsdl-url: classpath:wsdl-prod.xml | |||||
#账号 | |||||
user-code: Lswqwqsdsjj121 | |||||
#密码 | |||||
password: Lssdsjj@20wqwqwqw21 | |||||
#音信通开关 | |||||
sms-enable: false | |||||
tel-enable: false | |||||
login: | login: | ||||
phone-verify-code: | phone-verify-code: | ||||
skip: false | skip: false | ||||
@@ -208,7 +198,6 @@ sms-send: | |||||
host: http://10.54.38.13:8081/mh-gateway/auth-single | host: http://10.54.38.13:8081/mh-gateway/auth-single | ||||
sms-client: | sms-client: | ||||
host: http://10.54.38.13:8081/mh-gateway/auth-single | host: http://10.54.38.13:8081/mh-gateway/auth-single | ||||
sms-clint: | |||||
open: true | open: true | ||||
sync-mh-company: | sync-mh-company: | ||||