Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
孙龙
/
golang_asynctask
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7feea56c
authored
May 08, 2021
by
孙龙
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
up
parent
92811381
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
app/service/crm/cron_sendmsg/cron_sendmsg_service.go
app/service/crm/cron_sendmsg/cron_sendmsg_service.go
View file @
7feea56c
...
...
@@ -2,6 +2,7 @@ package cron_sendmsg
import
(
"errors"
"fmt"
cfg
"github.com/ichunt2019/cfg/lib"
"github.com/tidwall/gjson"
"golang-asynctask/app/dao/crm/cron_sendmsg"
...
...
@@ -12,7 +13,8 @@ import (
)
func
SendMsg
()
(
err
error
){
//fmt.Println("66666")
fmt
.
Println
(
"66666"
)
return
currentTime
:=
time
.
Now
()
.
Format
(
"2006-01-02"
)
//println(currentTime)
//currentTime = "2021-05-06"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment