Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
scm_server
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
d01f56b5
authored
May 16, 2020
by
mushishixian
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
excel数据有问题
parent
0b701234
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
3 deletions
cmd/source/data/customer.xlsx
cmd/source/data/goods.xlsx
cmd/source/data/supplier.xlsx
cmd/source/goods/goods.go
cmd/source/data/customer.xlsx
View file @
d01f56b5
No preview for this file type
cmd/source/data/goods.xlsx
View file @
d01f56b5
No preview for this file type
cmd/source/data/supplier.xlsx
View file @
d01f56b5
No preview for this file type
cmd/source/goods/goods.go
View file @
d01f56b5
...
...
@@ -52,9 +52,6 @@ func Import(wg *sync.WaitGroup) {
if
goods
.
BrandName
==
""
{
continue
}
//if logic.CheckGoodsSyncStatus(goods.ErpId) {
// continue
//}
message
:=
make
(
map
[
string
]
interface
{})
message
=
map
[
string
]
interface
{}{
"type"
:
"save"
,
...
...
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