excel
This commit is contained in:
@@ -1644,6 +1644,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
|
||||
for _, v := range skuNames {
|
||||
nameIDs = append(nameIDs, v.ID)
|
||||
}
|
||||
fmt.Println("nameIDs", nameIDs)
|
||||
sql := `
|
||||
SELECT SUM(a.count) count, c.id
|
||||
FROM order_sku a
|
||||
|
||||
Reference in New Issue
Block a user