Compare commits
No commits in common. "eaf6ede6c8e5863800abf8210904d4a25b06e468" and "001ddaf240f65926f082ab9f82909600255fc112" have entirely different histories.
eaf6ede6c8
...
001ddaf240
@ -15,7 +15,7 @@ func InitCronJob() {
|
|||||||
|
|
||||||
_, err := c.AddFunc(spec, func() {
|
_, err := c.AddFunc(spec, func() {
|
||||||
log.Printf("执行余量每月数据更新")
|
log.Printf("执行余量每月数据更新")
|
||||||
logic.UpdateBundleBalance()
|
// logic.UpdateBundleBalance()
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
panic(err)
|
panic(err)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user