同步菜市物料到果园测试

This commit is contained in:
苏尹岚
2020-04-26 11:03:02 +08:00
parent 5089f7efc0
commit 4b4cd09909

View File

@@ -4392,7 +4392,7 @@ func SyncMatterC4ToGy(ctx *jxcontext.Context, isContinueWhenError, isAsync bool)
panic(r)
}
}()
if err = dao.CreateEntity(db, skuNameExt.SkuName); err != nil {
if err = dao.CreateEntity(db, &skuNameExt.SkuName); err != nil {
dao.Rollback(db)
return retVal, err
}