Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
wang
/
go_supplier_task
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
c99a95bb
authored
Mar 23, 2021
by
wang
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
^
parent
b40f98d7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
cmd/cron/merge/cron.go
cmd/cron/merge/cron.go
View file @
c99a95bb
...
@@ -27,8 +27,8 @@ func main() {
...
@@ -27,8 +27,8 @@ func main() {
if
err
:=
boot
.
Boot
(
path
);
err
!=
nil
{
if
err
:=
boot
.
Boot
(
path
);
err
!=
nil
{
panic
(
err
)
panic
(
err
)
}
}
service
.
NewServiceSupplier
()
.
MappingHandle
(
1
)
//
service.NewServiceSupplier().MappingHandle(1)
return
//
return
switch
taskName
{
switch
taskName
{
case
"supplierMerge"
:
case
"supplierMerge"
:
fmt
.
Println
(
"供应商合并"
)
fmt
.
Println
(
"供应商合并"
)
...
...
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