添加吊销定时任务

This commit is contained in:
zhouxy 2026-04-28 16:35:07 +08:00
parent 7cec2fdd2c
commit 61c55a14d5
2 changed files with 4 additions and 2 deletions

View File

@ -165,6 +165,7 @@ scheduling:
moveInData: '-' #迁入省局数据定时任务 moveInData: '-' #迁入省局数据定时任务
forceDeregisterNoticeExpired: '0 0 1 * * ?' #拟强制注销公告期满更新定时任务 forceDeregisterNoticeExpired: '0 0 1 * * ?' #拟强制注销公告期满更新定时任务
cancelEntRemove: '0 0 1 * * ?' #注销企业自动移出 cancelEntRemove: '0 0 1 * * ?' #注销企业自动移出
syncRevokeData: '0 0 2 * * ?' #吊销数据同步任务同步REVOKELIST到E_REVOKE和E_GT_REVOKE表
anotherListPB: '0 0 22 * * ?' # 个体户移出名单标记另册管理定时任务 anotherListPB: '0 0 22 * * ?' # 个体户移出名单标记另册管理定时任务
ot: ot:
@ -207,7 +208,7 @@ sso:
port: 6379 port: 6379
password: 'ChinaWeal_2025' password: 'ChinaWeal_2025'
cookie: cookie:
domain: 219.148.175.145 #domain: 219.148.175.145
app: app:
key: aiccs key: aiccs
jwt: jwt:

View File

@ -165,6 +165,7 @@ scheduling:
moveInData: '0 31 00 * * ?' #迁入省局数据定时任务 moveInData: '0 31 00 * * ?' #迁入省局数据定时任务
forceDeregisterNoticeExpired: '0 0 1 * * ?' #拟强制注销公告期满更新定时任务 forceDeregisterNoticeExpired: '0 0 1 * * ?' #拟强制注销公告期满更新定时任务
cancelEntRemove: '0 0 1 * * ?' #注销企业自动移出 cancelEntRemove: '0 0 1 * * ?' #注销企业自动移出
syncRevokeData: '0 0 2 * * ?' #吊销数据同步任务同步REVOKELIST到E_REVOKE和E_GT_REVOKE表
anotherListPB: '-' # 个体户移出名单标记另册管理定时任务 anotherListPB: '-' # 个体户移出名单标记另册管理定时任务
ot: ot:
bakCseDownloadPath: /ot/download/case bakCseDownloadPath: /ot/download/case