|
@@ -83,7 +83,7 @@ func InitTriggerConfig() {
|
|
|
}
|
|
|
|
|
|
if pjisuv_ticker.TickerTopic == topic2 { // 定时任务触发器
|
|
|
- if f, ok1 := rule.(func(shareVars *sync.Map) string); ok1 {
|
|
|
+ if f, ok1 := rule.(func(shareVars *sync.Map)); ok1 {
|
|
|
RuleOfCicvTicker = append(RuleOfCicvTicker, f)
|
|
|
goto JudgeDone
|
|
|
}
|