- 限制商品价格最低为1分
- 门店商品复制后添加SyncFlagSaleMask
This commit is contained in:
@@ -72,7 +72,7 @@ func Excel2Slice(reader io.Reader) (contents map[string][][]string) {
|
||||
if excelFile, err := excelize.OpenReader(reader); err == nil {
|
||||
contents = make(map[string][][]string)
|
||||
for _, v := range excelFile.GetSheetMap() {
|
||||
contents[v] = excelFile.GetRows(v)
|
||||
contents[v], _ = excelFile.GetRows(v)
|
||||
}
|
||||
}
|
||||
return contents
|
||||
|
||||
Reference in New Issue
Block a user