This commit is contained in:
苏尹岚
2021-04-06 11:23:01 +08:00
parent 8c5d4abe7e
commit ffc647b832
2 changed files with 3 additions and 1 deletions

View File

@@ -61,6 +61,8 @@ func CreateStoreCategoryByStoreSku(ctx *jxcontext.Context, vendorID, storeID int
}
}
dao.Commit(db, txDB)
} else {
dao.Commit(db, txDB)
}
}
return err