Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
go_supplier_sever
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
6e7a64dd
authored
May 30, 2022
by
mushishixian
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
测试
parent
d00eef68
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
cmd/statistics/sku_num.go
cmd/statistics/sku_num.go
View file @
6e7a64dd
...
...
@@ -3,7 +3,8 @@ package main
import
(
"flag"
"fmt"
"go_supplier_sever/app/service"
// "go_supplier_sever/app/service"
"go_supplier_sever/boot"
)
...
...
@@ -16,11 +17,11 @@ func main() {
flag
.
StringVar
(
&
configPath
,
"config"
,
"./config/dev/"
,
"配置文件"
)
flag
.
StringVar
(
&
logPath
,
"logdir"
,
"./logs/"
,
"日志文件存储目录"
)
flag
.
Parse
()
fmt
.
Println
(
"测试代码"
)
boot
.
Init
(
configPath
,
logPath
)
//统计供应商sku相关情况
err
:=
service
.
StatisticsSupplierSkuStatus
()
if
err
!=
nil
{
fmt
.
Println
(
err
)
}
//
//
统计供应商sku相关情况
//
err := service.StatisticsSupplierSkuStatus()
//
if err != nil {
//
fmt.Println(err)
//
}
}
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