This commit is contained in:
邹宗楠
2023-09-22 18:18:56 +08:00
parent 27924729e4
commit bf7364b7c1
4 changed files with 5 additions and 6 deletions

View File

@@ -15,8 +15,8 @@ func TestRetailCatUpdate(t *testing.T) {
CategoryNameOrigin: "海鲜火锅丸",
CategoryCodeOrigin: "",
CategoryCode: "",
SecondaryCategoryName: "贝壳类",
Sequence: 3,
SecondaryCategoryName: "火锅丸",
Sequence: 1,
})
if err != nil {
t.Fatal(err)