添加吊销定时任务
This commit is contained in:
parent
7cec2fdd2c
commit
61c55a14d5
|
|
@ -138,7 +138,7 @@ scheduling:
|
|||
staticAbnByMonth: '-' #按月统计全市
|
||||
staticAbnByWeek: '-' #按周统计全市
|
||||
staticAbnByIn: '-' #经营异常列入统计全市
|
||||
staticAbnByOut: '-'#经营异常移出统计全市
|
||||
staticAbnByOut: '-' #经营异常移出统计全市
|
||||
staticAllRegionTsserill: '-' #全市各区的严重违法主体情况
|
||||
staticTsserillByYear: '-' #按年统计严重违法主体情况
|
||||
staticTsserillByIn: '-' #按列入原因统计严重违法主体情况
|
||||
|
|
@ -165,6 +165,7 @@ scheduling:
|
|||
moveInData: '-' #迁入省局数据定时任务
|
||||
forceDeregisterNoticeExpired: '0 0 1 * * ?' #拟强制注销公告期满更新定时任务
|
||||
cancelEntRemove: '0 0 1 * * ?' #注销企业自动移出
|
||||
syncRevokeData: '0 0 2 * * ?' #吊销数据同步任务(同步REVOKELIST到E_REVOKE和E_GT_REVOKE表)
|
||||
anotherListPB: '0 0 22 * * ?' # 个体户移出名单标记另册管理定时任务
|
||||
|
||||
ot:
|
||||
|
|
@ -207,7 +208,7 @@ sso:
|
|||
port: 6379
|
||||
password: 'ChinaWeal_2025'
|
||||
cookie:
|
||||
domain: 219.148.175.145
|
||||
#domain: 219.148.175.145
|
||||
app:
|
||||
key: aiccs
|
||||
jwt:
|
||||
|
|
|
|||
|
|
@ -165,6 +165,7 @@ scheduling:
|
|||
moveInData: '0 31 00 * * ?' #迁入省局数据定时任务
|
||||
forceDeregisterNoticeExpired: '0 0 1 * * ?' #拟强制注销公告期满更新定时任务
|
||||
cancelEntRemove: '0 0 1 * * ?' #注销企业自动移出
|
||||
syncRevokeData: '0 0 2 * * ?' #吊销数据同步任务(同步REVOKELIST到E_REVOKE和E_GT_REVOKE表)
|
||||
anotherListPB: '-' # 个体户移出名单标记另册管理定时任务
|
||||
ot:
|
||||
bakCseDownloadPath: /ot/download/case
|
||||
|
|
|
|||
Loading…
Reference in New Issue