This commit is contained in:
邹宗楠
2022-11-21 11:09:00 +08:00
parent 8b2e3ff546
commit efab5f43a8

View File

@@ -443,8 +443,8 @@ func GetProductAuditList(vendorOrgCode string) map[string]string {
updateCategory := make(map[string]string, 100) // 修改分类的Map
ddIDList := make([]string, 0, 100)
skuList := make([]struct {
DdID string `json:"dd_id"`
ID int `json:"id"`
DdId string `json:"dd_id"`
Id int `json:"id"`
NameId int `json:"name_id"`
}, 0, 100)
db := dao.GetDB()