Commit 3e6dd156 by 孙龙

up

parent f1fa657e
...@@ -2,7 +2,6 @@ package cron_sendmsg ...@@ -2,7 +2,6 @@ package cron_sendmsg
import ( import (
"errors" "errors"
"fmt"
cfg "github.com/ichunt2019/cfg/lib" cfg "github.com/ichunt2019/cfg/lib"
"github.com/tidwall/gjson" "github.com/tidwall/gjson"
"golang-asynctask/app/dao/crm/cron_sendmsg" "golang-asynctask/app/dao/crm/cron_sendmsg"
...@@ -13,8 +12,8 @@ import ( ...@@ -13,8 +12,8 @@ import (
) )
func SendMsg() (err error){ func SendMsg() (err error){
fmt.Println("66666") //fmt.Println("66666")
return //return
currentTime := time.Now().Format("2006-01-02") currentTime := time.Now().Format("2006-01-02")
//println(currentTime) //println(currentTime)
//currentTime = "2021-05-06" //currentTime = "2021-05-06"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment